#include <timer.hh>
Public Member Functions | |
float | lenght () |
float | lenght () |
void | start () |
void | start () |
void | stop () |
void | stop () |
Private Attributes | |
clock_t | end_ |
float | len |
clock_t | start_ |
Definition at line 53 of file median_bench.cc.
float timer::lenght | ( | ) | [inline] |
float timer::lenght | ( | ) | [inline] |
void timer::start | ( | ) | [inline] |
void timer::start | ( | ) | [inline] |
Definition at line 56 of file median_bench.cc.
References start_.
Referenced by mln::util::timer::restart().
void timer::stop | ( | ) | [inline] |
void timer::stop | ( | ) | [inline] |
clock_t timer::end_ [private] |
float timer::len [private] |
clock_t timer::start_ [private] |
Definition at line 73 of file median_bench.cc.
Referenced by lenght(), mln::util::timer::read(), mln::util::timer::reset(), mln::util::timer::resume(), mln::util::timer::start(), start(), mln::util::timer::stop(), stop(), and mln::util::timer::subj_().