Hi, i have a simple question about method timing -
i have a class "OrderDataUtilities" which shows average time of 4786 ms when i expand that class a method is taking around 52649 ms". i was expecting the class should include this method time as well? isn't that true?
Answer by Andreas G. ·
It is - BUT - the columns says "Exec AVG". You have 11 method calls in that package with a total exec time of 52649. That makes an avg exec time for this package of 4786.
When I work with this dashlet to identify slow running methods or methods that are called very often I typical switch to the "Method-only view" (through the toolbar toggle buttons). Then I either sort by Exec Avg or Count
JANUARY 15, 3:00 PM GMT / 10:00 AM ET