dotTrace 2020.2 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: 06 August 2020