Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aggregate stacks based on regex #6

Open
epickrram opened this issue Aug 12, 2017 · 1 comment
Open

aggregate stacks based on regex #6

epickrram opened this issue Aug 12, 2017 · 1 comment
Assignees

Comments

@epickrram
Copy link
Owner

It would be useful to be able to aggregate stacks based on (e.g.) package name.

Something like:

./heap-alloc-flames $PID -g "org.hibernate.*"

this will reduce the number of flames, making rendering quicker.

@langera
Copy link
Collaborator

langera commented Aug 19, 2017

Filtering based on regex makes sense. It allows you to focus on various allocations coming from a specific package.
Aggregating in this case has the downside of losing important information.

What do you think?

langera added a commit that referenced this issue Aug 19, 2017
Added regex to script + used it to filter stacks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants