Struct to hold the performance data. More...
#include <crocoddyl/core/utils/stop-watch.hpp>
Public Attributes | |
long double | clock_start |
Start time. More... | |
long double | last_time |
Last time. More... | |
long double | max_time |
Maximum time. More... | |
long double | min_time |
Minimum time. More... | |
bool | paused |
Tells if this performance has been paused, only for internal use. More... | |
int | stops |
How many cycles have been this stopwatch executed? More... | |
long double | total_time |
Cumulative total time. More... | |
Struct to hold the performance data.
Definition at line 226 of file stop-watch.hpp.
|
inline |
Definition at line 227 of file stop-watch.hpp.
long double clock_start |
Start time.
Definition at line 230 of file stop-watch.hpp.
long double total_time |
Cumulative total time.
Definition at line 231 of file stop-watch.hpp.
long double min_time |
Minimum time.
Definition at line 232 of file stop-watch.hpp.
long double max_time |
Maximum time.
Definition at line 233 of file stop-watch.hpp.
long double last_time |
Last time.
Definition at line 234 of file stop-watch.hpp.
bool paused |
Tells if this performance has been paused, only for internal use.
Definition at line 235 of file stop-watch.hpp.
int stops |
How many cycles have been this stopwatch executed?
Definition at line 236 of file stop-watch.hpp.