-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(metrics): output correct process metrics
Before this commit we would output an "async" start event when a process awould start nd then a "complete" event when it would be finished. The "async" start event is unnecessary and this commit removes it. All the information recorded in the "async" start event is therefore moved to the complete event. The new output is now properly displayed by the various visualization tools (perfetto, chrome) Signed-off-by: Rudi Grinberg <me@rgrinberg.com> <!-- ps-id: d5f448b8-a896-4612-bc4e-e8d16c41fc51 -->
- Loading branch information
Showing
2 changed files
with
22 additions
and
29 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