dotTrace 2020.3 Help

Measure Calls Frequency

Even if you find a function with the highest execution time, you can't be sure that improving performance of this function will solve performance problems. Besides studying total and own time of a function you should also pay attention to frequency of function calls.

There are several ways to see the number of all function calls:

Last modified: 08 March 2021