-
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#6675: Collapse consecutive idle replay entries (#6673)
Saves substantial file space in the drmemtrace scheduler's record-replay file when cores are idling by combining consecutive idle entries. Adds checks to all unit tests which create replay files; this requires access to the non-public record format, done via a helper class. Also tested on several real applications: for one the record file drops from 34MB to 4K, matching the size of the as-traced schedule files. Even tiny applications like threadsig show clear reductions. Consecutive idle entries were ballooning these files. Large applications had multi-GB files; with this fix they are orders of magnitude smaller. Issue: #6471, #6675 Fixes: #6675
- Loading branch information
1 parent
41b55f2
commit 8022c8b
Showing
3 changed files
with
89 additions
and
0 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