Public Member Functions | |
TestTimer () | |
void | timeout (Timer::TimerId id) |
~TestTimer () | |
Public Member Functions inherited from Timer | |
std::size_t | count () const |
const std::string & | getName () const |
const Data & | last () const |
const Data & | max () const |
const Data & | min () const |
Timer & | operator+= (const Data &other) |
Timer & | operator+= (const Timer &other) |
void | reset () |
void | tic () |
Timer (const std::string &name="") | |
Timer & | toc () |
const Data & | total () const |
Timer & | updateFrom (const Timer &other) |
Public Attributes | |
boost::function< void(Timer::TimerId)> | mcallback |
TimeService::Seconds | mstart |
std::vector< std::pair< Timer::TimerId, Seconds > > | occured |
Definition at line 59 of file time_test.cpp.
|
inline |
Definition at line 65 of file time_test.cpp.
|
inline |
Definition at line 83 of file time_test.cpp.
|
inline |
Definition at line 71 of file time_test.cpp.
boost::function<void(Timer::TimerId)> TestTimer::mcallback |
Definition at line 64 of file time_test.cpp.
TimeService::Seconds TestTimer::mstart |
Definition at line 63 of file time_test.cpp.
std::vector< std::pair<Timer::TimerId, Seconds> > TestTimer::occured |
Definition at line 62 of file time_test.cpp.