Comments
4 comments
-
I’m not sure how you're determining the function order. ANTS doesn’t usually record it, unless you use something like the user events DLL.
-
In what order are they in when Wall Clock is used?
-
The ordering is determined by the column sorting (on the right).
-
Try:
http://downloads.red-gate.com//EAP/ANTS ... .0.877.exe
You can then see (when you click on each method) exactly when they get profiled in the timeline as it shows up in green.
Add comment
Please sign in to leave a comment.
I noticed that the Global.Application_Start is showing up after some events in the page class have fired like page_load, in the profiler's results. I am assuming the sequence of events/methods in the profilers results is the same sequence as they happen.
Doesn't Global.Application_Start always fire before any page event? VS's breakpoint on Global.Application_Start is reached before the breakpoint on Page_load.
What am I missing?