I know it's probably WAY too late to tweak something, but it would be extremely useful to have two extra timings (especially on line-level timings):
1) Time for first execution
2) Average time of executions 2+
I often have code that takes much longer to initialise the first time (eg: lazy loading) and it would be very useful to get the initial time, as well as to be able to see how long subsequent executions took.
Unfortunately the average times are extremely skewed if the initial execution takes a lot longer.
1) Time for first execution
2) Average time of executions 2+
I often have code that takes much longer to initialise the first time (eg: lazy loading) and it would be very useful to get the initial time, as well as to be able to see how long subsequent executions took.
Unfortunately the average times are extremely skewed if the initial execution takes a lot longer.