Wouldn't it be nice if we could multi-select nodes to see ev
marinehero
Posts: 3
Hi
Have uploaded a video describing what I think would be a nice feature when analysing a period of activity to see patterns across multiple threads/tasks to see the resource bottlenecks as to where one can go async.
In my example there are 3 code paths that could be made async... this would be easy to see if one could multi-select the stack tree and see each of the selected node events in different colours.
See http://screencast.com/t/dipwF3KW
Regards
James
Have uploaded a video describing what I think would be a nice feature when analysing a period of activity to see patterns across multiple threads/tasks to see the resource bottlenecks as to where one can go async.
In my example there are 3 code paths that could be made async... this would be easy to see if one could multi-select the stack tree and see each of the selected node events in different colours.
See http://screencast.com/t/dipwF3KW
Regards
James
Comments
Thanks for your post!
I'm so sorry--I'm having some difficulty hearing what you're saying in the screencast, but if I'm understanding correctly, you'd like a way to flag/color code different methods in the call tree?
Just a note: if you want to profile async code, you can turn on async profiling which will make it easier to follow the context of async calls (this is only available with non-sampling profiling modes) - http://documentation.red-gate.com/displ ... +call+tree
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Basically if I want to see the events for the Channel.Write and Bind nodes overlaid but with different colors..
Sometimes this can be useful...
Make sense?
Ah yes, so sorry for my misunderstanding
I've logged a feature request for this with internal reference PP-3547
Many thanks for the suggestion!
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?