18 #ifndef __invdyn_statistics_H__ 19 #define __invdyn_statistics_H__ 25 #define STATISTICS_MAX_NAME_LENGTH 60 75 bool quantity_exists(std::string
name);
78 void store(std::string name,
const double&
value);
81 void reset(std::string name);
87 void report(std::string name,
int precision = 2,
88 std::ostream& output = std::cout);
91 void report_all(
int precision = 2, std::ostream& output = std::cout);
94 long double get_total(std::string name);
97 long double get_average(std::string name);
100 long double get_min(std::string name);
103 long double get_max(std::string name);
106 long double get_last(std::string name);
JointCollectionTpl const DataTpl< Scalar, Options, JointCollectionTpl > const Eigen::MatrixBase< Mat > & min
std::map< std::string, QuantityData > * records_of
AD< Scalar > max(const AD< Scalar > &x, const AD< Scalar > &y)
A class to compute statistics about quantities of interest.
StatisticsException(std::string error)
Statistics & getStatistics()