|
Self/total time results for functions in the Call Graph depend on the machine load. In case of high processor workload, your code is executed slower and takes more time. You can measure the performance of a particular code section not in apparent time but in processor clockticks. Use sampling collection to sample on Clockticks event for your particular function. The Clockticks value is less dependent on the machine workload.
This applies to:
|