UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
Time Struct Reference

Public Member Functions

 Time (std::string const &tag)
 
template<class T >
void add (T const &start)
 
std::size_t count () const
 
std::tuple< std::string, double, double, double, double, double, std::size_t > data () const
 
double last () const
 
double max () const
 
double mean () const
 
double min () const
 
double total () const
 

Detailed Description

Definition at line 57 of file render.cpp.

Constructor & Destructor Documentation

◆ Time()

Time::Time ( std::string const &  tag)
inline

Definition at line 58 of file render.cpp.

Member Function Documentation

◆ add()

template<class T >
void Time::add ( T const &  start)
inline

Definition at line 61 of file render.cpp.

◆ count()

std::size_t Time::count ( ) const
inline

Definition at line 84 of file render.cpp.

◆ data()

std::tuple< std::string, double, double, double, double, double, std::size_t > Time::data ( ) const
inline

Definition at line 88 of file render.cpp.

◆ last()

double Time::last ( ) const
inline

Definition at line 78 of file render.cpp.

◆ max()

double Time::max ( ) const
inline

Definition at line 82 of file render.cpp.

◆ mean()

double Time::mean ( ) const
inline

Definition at line 76 of file render.cpp.

◆ min()

double Time::min ( ) const
inline

Definition at line 80 of file render.cpp.

◆ total()

double Time::total ( ) const
inline

Definition at line 74 of file render.cpp.


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