#include <Timer.h>
Public Member Functions |
|
| MpiWTimer (const std::string &name) |
|
void | setStart (const double &wTime) |
|
void | pause (const double &wTime) |
|
void | resume (const double &wTime) |
|
void | setStop (const double &wTime, bool elapseIsStopMinusStart=false) |
|
double | getTiming () const |
|
const std::string & | getName () const |
|
bool | isPaused () const |
|
void | zeroise () |
Protected Member Functions |
|
void | isPaused (bool paused) |
Detailed Description
Simple timer class for storing a start and stop time.
The documentation for this class was generated from the following files: