#include <timings.h>
Collaboration diagram for Timer:
Public Member Functions | |
Timer (Timings &st, std::string n) | |
Automatically starts the Timer. | |
~Timer () | |
If end hasn't already been called, then call it. | |
void | start () |
Start timer. | |
void | end () |
Stop the timer and update Timings. | |
Private Attributes | |
Timings & | store |
std::string | name |
unsigned long long | tStart |
Definition at line 18 of file timings.h.
|
Automatically starts the Timer.
Definition at line 29 of file timings.h. References start(). |
Here is the call graph for this function:
|
If end hasn't already been called, then call it.
Definition at line 93 of file timings.h. References end(). |
Here is the call graph for this function:
|
Stop the timer and update Timings.
Definition at line 84 of file timings.h. References Timings::addTiming(). Referenced by ~Timer(). |
Here is the call graph for this function:
|
Start timer.
Definition at line 79 of file timings.h. Referenced by Timer(). |