#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 214 of file stop-watch.hh.
| 
 | inline | 
Definition at line 215 of file stop-watch.hh.
| long double Stopwatch::PerformanceData::clock_start | 
Start time
Definition at line 225 of file stop-watch.hh.
| long double Stopwatch::PerformanceData::last_time | 
Last time
Definition at line 237 of file stop-watch.hh.
| long double Stopwatch::PerformanceData::max_time | 
Maximum time
Definition at line 234 of file stop-watch.hh.
| long double Stopwatch::PerformanceData::min_time | 
Minimum time
Definition at line 231 of file stop-watch.hh.
| bool Stopwatch::PerformanceData::paused | 
Tells if this performance has been paused, only for internal use
Definition at line 240 of file stop-watch.hh.
| int Stopwatch::PerformanceData::stops | 
How many cycles have been this stopwatch executed?
Definition at line 243 of file stop-watch.hh.
| long double Stopwatch::PerformanceData::total_time | 
Cumulative total time
Definition at line 228 of file stop-watch.hh.