-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#7028: Modify core-sharded cpu ids and timestamps (#7037)
In core-sharded dynamically-scheduled mode, the as-traced cpu ids and timestamps are interleaved in a way that makes them confusing and not useful. We change the scheduler here to replace each cpu id value with the shard id, and replace the timestamp with a synthetic value based on the instruction and idle counts. Adds a test. Fixes #7028
- Loading branch information
1 parent
5f4a4c7
commit aeebb11
Showing
3 changed files
with
188 additions
and
5 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