epickrram / grav

Performance visualisation tools
Apache License 2.0
293 stars 22 forks source link

collapse stacks for threads with similar prefixes #2

Closed epickrram closed 7 years ago

epickrram commented 7 years ago

If threads in a thread pool have the same prefix, add an option to collapse their stacks together:

message-parsing-pool-thread-1 message-parsing-pool-thread-2

should collapse to message-parsing-pool-thread-*, this can be useful when all threads in a pool perform the same function.