-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Profiling] Small adjustments and improved timeline view (#2388)
This PR contains a series of minor changes I made over the past couple of weeks. I made some small changes to non-profiler parts of the repo: - Adding `*.svg` and `*.folded` to the gitignore - Adding a profiler-specific pass alias (`-p profiler`) - Using `-p profiler` in fud2 so there's no inconsistency in what passes we use. In profiler-specific code, I fixed a bug where the flame graph recorded one extra cycle for `main`, added colors to categorize nodes in the aggregate tree picture (between cells, groups, and primitives), and have the profiler emit a timeline JSON involving all cells by default.
- Loading branch information
1 parent
5f5bb70
commit 2e18d55
Showing
5 changed files
with
189 additions
and
64 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
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
Oops, something went wrong.