#include <STL_timer.hh>
Public Member Functions | |
bool | check () |
double | get_time (void) |
void | start (unsigned int r) |
void | start_baseline (unsigned int r) |
STL_Timer () | |
Private Attributes | |
bool | baseline |
double | baseline_time |
unsigned long | count |
time_t | final |
time_t | initial |
vector< long > | iterations |
unsigned int | reps |
Definition at line 30 of file STL_timer.hh.
STL_Timer::STL_Timer | ( | ) | [inline] |
Definition at line 32 of file STL_timer.hh.
bool STL_Timer::check | ( | ) | [inline] |
Definition at line 48 of file STL_timer.hh.
double STL_Timer::get_time | ( | void | ) | [inline] |
Definition at line 60 of file STL_timer.hh.
void STL_Timer::start | ( | unsigned int | r | ) | [inline] |
Definition at line 34 of file STL_timer.hh.
void STL_Timer::start_baseline | ( | unsigned int | r | ) | [inline] |
Definition at line 42 of file STL_timer.hh.
bool STL_Timer::baseline [private] |
Definition at line 74 of file STL_timer.hh.
double STL_Timer::baseline_time [private] |
Definition at line 76 of file STL_timer.hh.
unsigned long STL_Timer::count [private] |
Definition at line 72 of file STL_timer.hh.
time_t STL_Timer::final [private] |
Definition at line 70 of file STL_timer.hh.
time_t STL_Timer::initial [private] |
Definition at line 70 of file STL_timer.hh.
vector<long> STL_Timer::iterations [private] |
Definition at line 68 of file STL_timer.hh.
unsigned int STL_Timer::reps [private] |
Definition at line 64 of file STL_timer.hh.