|
SNAP Library 2.2, User Reference
2014-03-11 19:15:55
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <tm.h>
Public Member Functions | |
| TTmStopWatch (const bool &Start=false) | |
| void | Start () |
| void | Stop () |
| void | Reset (const bool &Start) |
| int | GetTime () const |
| double | GetSec () const |
| int | GetSecInt () const |
| double | GetMSec () const |
| int | GetMSecInt () const |
Private Attributes | |
| int | TmSoFar |
| bool | RunningP |
| TExeTm | ExeTm |
| TTmStopWatch::TTmStopWatch | ( | const bool & | Start = false | ) | [inline] |
| double TTmStopWatch::GetMSec | ( | ) | const [inline] |
| int TTmStopWatch::GetMSecInt | ( | ) | const [inline] |
Definition at line 394 of file tm.h.
{ return TFlt::Round(GetMSec()); }
| double TTmStopWatch::GetSec | ( | ) | const [inline] |
| int TTmStopWatch::GetSecInt | ( | ) | const [inline] |
Definition at line 392 of file tm.h.
{ return TFlt::Round(GetSec()); }
| int TTmStopWatch::GetTime | ( | ) | const [inline] |
| void TTmStopWatch::Reset | ( | const bool & | Start | ) | [inline] |
| void TTmStopWatch::Start | ( | ) | [inline] |
| void TTmStopWatch::Stop | ( | ) | [inline] |
TExeTm TTmStopWatch::ExeTm [private] |
bool TTmStopWatch::RunningP [private] |
int TTmStopWatch::TmSoFar [private] |