#include <timer.hpp>
Collaboration diagram for TimeStamp:
Public Member Functions | |
TimeStamp () | |
void | update () |
double | seconds () |
Private Attributes | |
long_int | counter |
Definition at line 51 of file timer.hpp.
double TimeStamp::seconds | ( | ) |
Definition at line 73 of file timer.cpp.
References long_int::as_double(), counter, os::elapsed_counter(), and os::elapsed_frequency().
Here is the call graph for this function:
void TimeStamp::update | ( | ) |
Definition at line 69 of file timer.cpp.
References counter, and os::elapsed_counter().
Here is the call graph for this function:
long_int TimeStamp::counter [private] |