Displaying minimum and maximum of execution time
camkego
Posts: 2
Is there a way to view the minimum and maximum of a method's execution time?
I see 3.1 had this feature, but I cannot figure out how to display it in 7.0
Thanks in advance,
Cameron
I see 3.1 had this feature, but I cannot figure out how to display it in 7.0
Thanks in advance,
Cameron
Comments
Max and Min times are not available in the current version of ANTS Performance Profiler, though a request has been added to put these features back in.
If need be, you can downgrade to ANTS Profiler v.3 (at http://www.red-gate.com/downgrade), which does provide these statistics. However, this version is missing a lot of the really useful stuff available in 7.0 and probably doesn't work on .NET 4.
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
When you are select a method, green timing bars are displayed in the upper region of the timeline.
These bars represent the times the method was run - if the method was run 3 times, 3 bars will be shown.
You can click on each bar which will narrow the timeline region to the start/end time of that method bar, and all times will be updated (for that method it will be the time taken for that 'hit' of the method).
Red Gate