Go to the documentation of this file. 1 #ifndef TUE_PROFILING_LOOP_TIMER_H_
2 #define TUE_PROFILING_LOOP_TIMER_H_
90 #endif // TUE_PROFILING_LOOP_TIMER_H_
long double getTotalTime() const
Get the total elapsed time since the first start.Stops the current iteration when running.
long double getAverageLoopTime()
Get average time per loop iteration. Stops the current iteration when running.
void reset()
Stop the timer and reset all counters to zero.
long unsigned int counts_
loop counter
long double getTotalLoopTime()
Get total elapsed time during the loops. Stops the current iteration when running.
long unsigned int getIterationCount() const
Get total number of loop iterations. When running, the current iteration is included.
double getLoopUsagePercentage()
Get average percentage of total time used by the loop.
long double sum_
Sum so far.
long double c_
Compensation for lost low-order bits.