dotTrace 2016.3 Help

Finding Out Frequency of Function Calls

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:

See Also

Last modified: 3 April 2017