MeshKit  1.0
StopWatch Class Reference

#include <StopWatch.hpp>

List of all members.

Public Member Functions

 StopWatch ()
void reset ()
void start ()
void stop ()
double getSeconds ()

Private Attributes

struct timeval tp
double rtotal
double rbegin
double rend

Detailed Description

Definition at line 32 of file StopWatch.hpp.


Constructor & Destructor Documentation

StopWatch ( ) [inline]

Definition at line 35 of file StopWatch.hpp.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines