forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAML profiler: Make output user friendlier (digital-asset#6226)
In order to make the flamegraphs easier to consume by humans, we change the profiler output in the following ways: 1. Don't print package ids anymore. They are not particularly useful but cause a lot of noise. 2. Remove a few useless angle bracket and move the printed names of DAML-LF closer to their surface level names. 3. Unmangle identifiers on a best effort basis. 4. Give the profiles shorter names such that they don't occupy the whole screen and leave some space for the navigation buttons of the Speedscope UI. CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information
Showing
3 changed files
with
75 additions
and
35 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