-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SortBy and GroupBy actions for Icicle Graphs (#3479)
* ui/package/profile/ProfileIcicleGraph: Add more actions We want to add sorting to the icicle graph itself. This allows to not only sort by function name (the default and what's currently supported) but also sort by cumulative values (such that the highest functions are always left) and in compare mode by diff value (meaning the functions that got worse are left and better right). This can make finding specific things even easier. * proto/parca: Add optional groupBy field strings to Query * ui/shared/profile: Add GroupBy dropdown to Arrow IcicleGraph * ui/shared/profile: Fix small issues * pkg/query: Fix BenchmarkQuery using RenderReport * proto: Add missing GroupBy comment * Re-rendering fix --------- Co-authored-by: Manoj Vivek <p.manoj.vivek@gmail.com>
- Loading branch information
1 parent
f922df8
commit c57c71f
Showing
12 changed files
with
1,157 additions
and
524 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.