|
SNAP Library, User Reference
2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
|
#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 395 of file tm.h.
{ return TFlt::Round(GetMSec()); }
| double TTmStopWatch::GetSec | ( | ) | const [inline] |
| int TTmStopWatch::GetSecInt | ( | ) | const [inline] |
Definition at line 393 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] |