grav icon indicating copy to clipboard operation
grav copied to clipboard

aggregate stacks based on regex

Open epickrram opened this issue 8 years ago • 1 comments

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.

epickrram avatar Aug 12 '17 06:08 epickrram

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 avatar Aug 19 '17 12:08 langera