SNAP Library 6.0, User Reference
2020-12-09 16:24:20
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 |