jspraul / slimtune

Automatically exported from code.google.com/p/slimtune
MIT License
0 stars 0 forks source link

Feature request: merge threads #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have an application that needs to execute a series of separate jobs. 

All the jobs use the same code, but run in different threads, and it would be 
much nicer if I was able to see the activity of all the jobs in a single call 
tree, but exclude all the unrelated and unimportant UI and I/O functions.

I suppose it could be done manually (somethign like select multiple in he tree 
-> rightclick -> merge), or even automatically (checkbox with "merge all 
threads with the same name").

Original issue reported on code.google.com by gigaherz on 8 Jul 2011 at 1:37