forked from pixie-io/pixie
-
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.
PerfProfiler: collapse Java interpreter stackframes, i.e. such that d…
…eep Java stack traces are rendered without redundant Interpreter frames. Summary: Java stack traces are deep and often include multiple "interpreter" stack frames. To provide a better visualization of the data (and as a side effect, save on memory consumption by stack trace strings) we collapse repeated interpreter frames into one frame. Test Plan: Existing. Reviewers: #stirling, yzhao Reviewed By: #stirling, yzhao Subscribers: yzhao JIRA Issues: PP-2982, PP-3235 Signed-off-by: Pete Stevenson <jps@pixielabs.ai> Differential Revision: https://phab.corp.pixielabs.ai/D10777 GitOrigin-RevId: 98c797e
- Loading branch information
1 parent
1a5f8eb
commit dc168b6
Showing
2 changed files
with
26 additions
and
6 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