SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 |