-
-
Notifications
You must be signed in to change notification settings - Fork 242
Support nested Timers #4078
Copy link
Copy link
Closed as not planned
Labels
aspirationalAspirational issues that are not planned but may be reopened at a later date if we change plans.Aspirational issues that are not planned but may be reopened at a later date if we change plans.
Metadata
Metadata
Assignees
Labels
aspirationalAspirational issues that are not planned but may be reopened at a later date if we change plans.Aspirational issues that are not planned but may be reopened at a later date if we change plans.
It would be really handy if timers could nested. For example, a timer could time a function, and sub-timers could time sub-parts. Formatting could be nice with indentation.
One way to do this would be to have timers be able to create timers (sub-timers).