spot
0.8.3
|
A structure to record elapsed time in clock ticks. More...
#include <misc/timer.hh>
Public Member Functions | |
time_info () | |
Public Attributes | |
clock_t | utime |
clock_t | stime |
A structure to record elapsed time in clock ticks.
spot::time_info::time_info | ( | ) | [inline] |
clock_t spot::time_info::stime |
Referenced by spot::timer::start(), spot::timer::stime(), and spot::timer::stop().
clock_t spot::time_info::utime |
Referenced by spot::timer::start(), spot::timer::stop(), and spot::timer::utime().