You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: