Comments
3 comments
-
Hi James,
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 -
Hi Jessica - Maybe this picture will explain it... http://screencast.com/t/c3txMC6h5Bf
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? -
Hi James,
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!
Add comment
Please sign in to leave a comment.
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