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?
Comments
1 comment
-
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)
Add comment
Please sign in to leave a comment.