SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
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 |
TTmStopWatch::TTmStopWatch | ( | const bool & | Start = false | ) | [inline] |
double TTmStopWatch::GetMSec | ( | ) | const [inline] |
int TTmStopWatch::GetMSecInt | ( | ) | const [inline] |
double TTmStopWatch::GetSec | ( | ) | const [inline] |
int TTmStopWatch::GetSecInt | ( | ) | const [inline] |
int TTmStopWatch::GetTime | ( | ) | const [inline] |
void TTmStopWatch::Reset | ( | const bool & | Start | ) | [inline] |
void TTmStopWatch::Start | ( | ) | [inline] |
void TTmStopWatch::Stop | ( | ) | [inline] |