Struct to hold the performance data. More...
#include <crocoddyl/core/utils/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 |
Tells if this performance has been paused, only for internal use. | |
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 226 of file stop-watch.hpp.