Is "Time (sec.)" the total time of the line of code for hits
kenargo
Posts: 14
I was wondering if the "Time (sec.)" is reporting the time for a single hit (e.g., time per hit) or the total of all hits.
Thedocumentation suggests the later but some of the measurements I am seeing suggest the former.
>>>>Docs say:
Time (sec.) is the total execution time of the line of source code in seconds; a red bar indicates the slowest lines of code in the current source code file; the longer the bar, the slower the line of code.
Thedocumentation suggests the later but some of the measurements I am seeing suggest the former.
>>>>Docs say:
Time (sec.) is the total execution time of the line of source code in seconds; a red bar indicates the slowest lines of code in the current source code file; the longer the bar, the slower the line of code.
Comments
Everything in ANTS Profiler reflects the total time across all hits. In the 'all methods' tab of the results, however, you can add the average time, minimum time, and maximum times for a method.