-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#703 add 'nested scheduler' infrastructure + trace support
- Expose the notion of begin/end scheduler LOOP. The trace works with this to ensure begin-end event lifetimes are properly managed. It does this by synthetic popping and pushing the appopriate event markers. It is possible that code can leave and enter idle without logging any events; or that a runSchedulerWhile can begin and end without entering and idle. (Although it would be trivially to 'blip' and idle event.) - Also fixes some minor issues, such as idle event time ordering correctness, removes fictiously used ctor, etc.
- Loading branch information
Showing
5 changed files
with
159 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.