MeVisLab Toolbox Reference
MLTimeStatistics::Values Struct Reference

#include <mlCallGraph.h>

Public Member Functions

 Values ()
 
Valuesoperator+= (const Values &other)
 
void add (MLProfilingTimeType time)
 
void reset ()
 

Public Attributes

MLProfilingTimeType minimum
 
MLProfilingTimeType maximum
 
MLProfilingTimeType total
 

Detailed Description

Definition at line 76 of file mlCallGraph.h.

Constructor & Destructor Documentation

◆ Values()

MLTimeStatistics::Values::Values ( )
inline

Definition at line 78 of file mlCallGraph.h.

Member Function Documentation

◆ add()

void MLTimeStatistics::Values::add ( MLProfilingTimeType  time)

◆ operator+=()

Values& MLTimeStatistics::Values::operator+= ( const Values other)

◆ reset()

void MLTimeStatistics::Values::reset ( )

Member Data Documentation

◆ maximum

MLProfilingTimeType MLTimeStatistics::Values::maximum

Definition at line 83 of file mlCallGraph.h.

◆ minimum

MLProfilingTimeType MLTimeStatistics::Values::minimum

Definition at line 82 of file mlCallGraph.h.

◆ total

MLProfilingTimeType MLTimeStatistics::Values::total

Definition at line 84 of file mlCallGraph.h.


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