MeshKit
1.0
|
#include <StopWatch.hpp>
Public Member Functions | |
StopWatch () | |
void | reset () |
void | start () |
void | stop () |
double | getSeconds () |
Private Attributes | |
struct timeval | tp |
double | rtotal |
double | rbegin |
double | rend |
Definition at line 32 of file StopWatch.hpp.
StopWatch | ( | ) | [inline] |
Definition at line 35 of file StopWatch.hpp.
double getSeconds | ( | ) | [inline] |
Definition at line 51 of file StopWatch.hpp.
void reset | ( | ) | [inline] |
Definition at line 37 of file StopWatch.hpp.
void start | ( | ) | [inline] |
Definition at line 39 of file StopWatch.hpp.
void stop | ( | ) | [inline] |
Definition at line 44 of file StopWatch.hpp.
double rbegin [private] |
Definition at line 55 of file StopWatch.hpp.
double rend [private] |
Definition at line 55 of file StopWatch.hpp.
double rtotal [private] |
Definition at line 55 of file StopWatch.hpp.
struct timeval tp [private] |
Definition at line 54 of file StopWatch.hpp.