Struct to hold the performance data. More...
#include <stop-watch.hpp>
Public Attributes | |
| long double | clock_start | 
| Start time.   | |
| long double | last_time | 
| Last time.   | |
| long double | max_time | 
| Maximum time.   | |
| long double | min_time | 
| Minimum time.   | |
| bool | paused | 
| int | stops | 
| How many cycles have been this stopwatch executed?   | |
| long double | total_time | 
| Cumulative total time.   | |
Struct to hold the performance data.
Definition at line 256 of file stop-watch.hpp.
      
  | 
  inline | 
Definition at line 257 of file stop-watch.hpp.
| long double clock_start | 
Start time.
Definition at line 266 of file stop-watch.hpp.
| long double total_time | 
Cumulative total time.
Definition at line 267 of file stop-watch.hpp.
| long double min_time | 
Minimum time.
Definition at line 268 of file stop-watch.hpp.
| long double max_time | 
Maximum time.
Definition at line 269 of file stop-watch.hpp.
| long double last_time | 
Last time.
Definition at line 270 of file stop-watch.hpp.
| bool paused | 
Tells if this performance has been paused, only for internal use
Definition at line 271 of file stop-watch.hpp.
| int stops | 
How many cycles have been this stopwatch executed?
Definition at line 273 of file stop-watch.hpp.