#include <stop-watch.hh>
Public Member Functions | |
PerformanceData () | |
Public Attributes | |
long double | clock_start |
long double | last_time |
long double | max_time |
long double | min_time |
bool | paused |
int | stops |
long double | total_time |
Struct to hold the performance data
Definition at line 215 of file stop-watch.hh.
|
inline |
Definition at line 216 of file stop-watch.hh.
long double Stopwatch::PerformanceData::clock_start |
Start time
Definition at line 226 of file stop-watch.hh.
long double Stopwatch::PerformanceData::last_time |
Last time
Definition at line 238 of file stop-watch.hh.
long double Stopwatch::PerformanceData::max_time |
Maximum time
Definition at line 235 of file stop-watch.hh.
long double Stopwatch::PerformanceData::min_time |
Minimum time
Definition at line 232 of file stop-watch.hh.
bool Stopwatch::PerformanceData::paused |
Tells if this performance has been paused, only for internal use
Definition at line 241 of file stop-watch.hh.
int Stopwatch::PerformanceData::stops |
How many cycles have been this stopwatch executed?
Definition at line 244 of file stop-watch.hh.
long double Stopwatch::PerformanceData::total_time |
Cumulative total time
Definition at line 229 of file stop-watch.hh.