#include <timer.h>
Public Member Functions | |
void | plot () |
void | reset () |
void | start (std::string title) |
void | stop () |
Timer () | |
~Timer () | |
Private Member Functions | |
float | getTimeDifferenceMilliseconds (timeval a, timeval b) |
void | push_back_time () |
Private Attributes | |
std::vector< std::string > | desc |
std::vector< timeval > | time |
Timer::Timer | ( | ) | [inline] |
Timer::~Timer | ( | ) | [inline] |
float Timer::getTimeDifferenceMilliseconds | ( | timeval | a, |
timeval | b | ||
) | [inline, private] |
void Timer::plot | ( | ) | [inline] |
void Timer::push_back_time | ( | ) | [inline, private] |
void Timer::reset | ( | ) | [inline] |
void Timer::start | ( | std::string | title | ) | [inline] |
void Timer::stop | ( | ) | [inline] |
std::vector<std::string> Timer::desc [private] |
std::vector<timeval> Timer::time [private] |