Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Attributes
mrpt::utils::CTimeLogger::TCallStats Struct Reference

Detailed Description

Data of each call section: # of calls, minimum, maximum, average and overall execution time (in seconds)

See also
getStats

Definition at line 67 of file CTimeLogger.h.

#include <mrpt/utils/CTimeLogger.h>

Public Attributes

size_t n_calls
 
double min_t
 
double max_t
 
double mean_t
 
double total_t
 
double last_t
 

Member Data Documentation

◆ last_t

double mrpt::utils::CTimeLogger::TCallStats::last_t

Definition at line 70 of file CTimeLogger.h.

Referenced by mrpt::utils::CTimeLogger::getStats().

◆ max_t

double mrpt::utils::CTimeLogger::TCallStats::max_t

Definition at line 70 of file CTimeLogger.h.

Referenced by mrpt::utils::CTimeLogger::getStats().

◆ mean_t

double mrpt::utils::CTimeLogger::TCallStats::mean_t

Definition at line 70 of file CTimeLogger.h.

Referenced by mrpt::utils::CTimeLogger::getStats().

◆ min_t

double mrpt::utils::CTimeLogger::TCallStats::min_t

Definition at line 70 of file CTimeLogger.h.

Referenced by mrpt::utils::CTimeLogger::getStats().

◆ n_calls

size_t mrpt::utils::CTimeLogger::TCallStats::n_calls

Definition at line 69 of file CTimeLogger.h.

Referenced by mrpt::utils::CTimeLogger::getStats().

◆ total_t

double mrpt::utils::CTimeLogger::TCallStats::total_t

Definition at line 70 of file CTimeLogger.h.

Referenced by mrpt::utils::CTimeLogger::getStats().




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019