#include <Timer.h>
Public Attributes | |
double | clock_end_value |
time stamp when the timer was stopped More... | |
double | clock_start_value |
time stamp when timer_start() gets called More... | |
double | duration_sec |
duration between clock_start_value and clock_end_value in seconds More... | |
double TimerInfo::clock_end_value |
double TimerInfo::clock_start_value |
time stamp when timer_start() gets called
double TimerInfo::duration_sec |