-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I've been using trace_timer_intervals.bat (and its associated Python script which does all of the heavy lifting) to understand Chrome's performance when changing the system timer interval. See crbug.com/927165. When doing this it is convenient to filter the results of who is changing the timer interrupt interval to just Chrome, so I added a -f option for that, and switched to using argparse. At the same time I added detection of non-existent files, because otherwise the failure modes are quite confusing. And I changed the output to (mostly) summarize everything on a single line per process. This is usually more readable.
- Loading branch information
1 parent
fd322d5
commit e662a87
Showing
2 changed files
with
22 additions
and
9 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