-
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.
Make C# and Python process identification virtually identical
This change resolves a few differences in the output of the C# program that identifies Chrome processes and the original Python version. The two tools now give identical results (except for the new lost-events warning) on 481 out of 485 traces tested, and the four discrepancies are on traces with weird process-parentage data that doesn't really make sense anyway. The results in -c mode (showing CPU usage) remain because trace processing reports on CPU usage differently, but those differences are known and expected and not generally significant.
- Loading branch information
1 parent
4b87031
commit 169dcfb
Showing
1 changed file
with
43 additions
and
50 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