double start()
Resets the internal counters and returns the wall clock time in seconds.
double secondsWC()
Returns the wall clock time in seconds since the last reset.
unsigned int clock_rollovers
Number of clock rollovers since the last initialization.
const double clock_width
internal constant containing the total number of ticks per rollover.
const double inv_clocks_per_sec
internal constant containing clock ticks per second
clock_t last_num_ticks
Counters the value of the number of ticks from the last call.
The class provides the wall clock timer in seconds.
Namespace for the Cantera kernel.
clock_t start_ticks
Counter containing the value of the number of ticks from the first call (or the reset call).