Main MRPT website > C++ reference for MRPT 1.5.8
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.8 Git: f67d0f871 Wed Sep 25 18:32:17 2019 +0200 at lun oct 28 01:58:29 CET 2019