|
SNAP Library 4.1, User Reference
2018-07-26 16:30:42
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 |
|
inline |