-
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.
IdentifyChromeProcesses.py can summarize Chrome's CPU usage and this change improves how it does this. It includes CPU time from some extra processes such as dwm.exe, audiodg.exe, System, MsMpEng.exe, and software_reporter_tool.exe because the amount of CPU consumed by these processes is sometimes affected by Chrome. This change also adds summaries - for Chrome overall and per-process type - of context switches, CPU usage, and number of processes. Again, this helps to see trends that can otherwise be obscured by the number of processes involved.
- Loading branch information
1 parent
49875c8
commit 61eaa9d
Showing
1 changed file
with
29 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