Options

Wouldn't it be nice if we could multi-select nodes to see ev

marineheromarinehero Posts: 3
edited June 26, 2014 3:59PM in ANTS Performance Profiler 8
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

Comments

  • Options
    Jessica RJessica R Posts: 1,319 Rose Gold 4
    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

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


  • Options
    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?
  • Options
    Jessica RJessica R Posts: 1,319 Rose Gold 4
    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!

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


Sign In or Register to comment.