Essentia
2.1-beta6-dev
|
#include <tnt_stopwatch.h>
Public Member Functions | |
Stopwatch () | |
void | start () |
double | stop () |
double | read () |
void | resume () |
int | running () |
Private Attributes | |
int | running_ |
double | start_time_ |
double | total_ |
|
inline |
|
inline |
References Stopwatch::resume(), Stopwatch::running_, Stopwatch::stop(), and Stopwatch::total_.
|
inline |
References Stopwatch::running_, TNT::seconds(), and Stopwatch::start_time_.
Referenced by Stopwatch::read().
|
inline |
|
inline |
References Stopwatch::running_, TNT::seconds(), Stopwatch::start_time_, and Stopwatch::total_.
|
inline |
References Stopwatch::running_, TNT::seconds(), Stopwatch::start_time_, and Stopwatch::total_.
Referenced by Stopwatch::read().
|
private |
Referenced by Stopwatch::read(), Stopwatch::resume(), Stopwatch::start(), and Stopwatch::stop().
|
private |
Referenced by Stopwatch::resume(), Stopwatch::start(), and Stopwatch::stop().
|
private |
Referenced by Stopwatch::read(), Stopwatch::start(), and Stopwatch::stop().