crocoddyl  1.8.1
Contact RObot COntrol by Differential DYnamic programming Library (Crocoddyl)
Stopwatch::PerformanceData Struct Reference

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.
 

Detailed Description

Struct to hold the performance data.

Definition at line 225 of file stop-watch.hpp.


The documentation for this struct was generated from the following file: