How can I see a line's execution at a specific time?

I'm profiling an application that is supposed to be sending out a getStatus message every 50 ms. Seemingly at random, this message will be delayed by over a second. I thought that the Performance Profiler might be able to help, but it seems that it only tracks the execution of a line over the entire program and records total execution time. Is there a way to view executions of a line at specific timestamps so I can drill into one of the delayed calls and find out what is causing it?
Tagged:

Answers

  • Jessica RJessica R Posts: 1,319 Rose Gold 4
    Hi @devanscorindus!

    You could select a specific region on the timeline to look at a specific instance of the call. You could also bookmark certain regions to refer back to them later on. (For more on this, kindly take a look here

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


Sign In or Register to comment.