ark::pipeline::TimerCallbackTimings
Defined in header “ark/pipeline/abstract_timer.hh”.
A structure reporing the timing-related information for the timer’s callback.
Variables
-
double max_execution_time_s= -1.0
Maximum amount of time we spent executing this timer’s callback. -
double sum_execution_time_s= 0.0
Total amount of time spent executing this timer. -
uint64_t execution_count= 0
A count of the number of times this timer has been executed in this period.