#include <zorba/util/timer.h>
Public Member Functions | |
double | elapsed () const |
long | getStart () const |
void | start () |
double zorba::time::Timer::elapsed | ( | ) | const [inline] |
Definition at line 34 of file timer.h.
References zorba::time::get_current_walltime(), and zorba::time::get_walltime_elapsed().
Referenced by zorba::audit::AuditorTraits< zorba::time::Timer, 0x2 >::end(), and zorba::audit::AuditorTraits< zorba::time::Timer >::end().
long zorba::time::Timer::getStart | ( | ) | const [inline] |
Definition at line 40 of file timer.h.
References zorba::time::get_walltime_in_millis().
Referenced by zorba::audit::AuditorTraits< zorba::time::Timer, 0x1 >::end().
void zorba::time::Timer::start | ( | ) | [inline] |
Definition at line 30 of file timer.h.
References zorba::time::get_current_walltime().
Referenced by zorba::audit::AuditorTraits< zorba::time::Timer, 0x2 >::start(), zorba::audit::AuditorTraits< zorba::time::Timer, 0x1 >::start(), and zorba::audit::AuditorTraits< zorba::time::Timer >::start().