If you are looking for an easy and accurate way to measure execution time of your code for free, TProfiler
is what you need. TProfiler is a non-visual component that enables you to create named timers in your code.
Each timer of TProfiler provides the following information:
- The number of times that the timer was activated (Hit Count)
- The total execution time
- The average exceution time on each hit
- Execution time on the first hit
- Execution time on the last hit
- The hit with minimum execution time
- The hit with maximum execution time
|