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 78 of file mlCallGraph.h.

Constructor & Destructor Documentation

◆ Values()

MLTimeStatistics::Values::Values ( )
inline

Definition at line 80 of file mlCallGraph.h.

References reset().

Referenced by operator+=().

Member Function Documentation

◆ add()

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

◆ operator+=()

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

References Values().

◆ reset()

void MLTimeStatistics::Values::reset ( )

Referenced by Values().

Member Data Documentation

◆ maximum

MLProfilingTimeType MLTimeStatistics::Values::maximum

Definition at line 85 of file mlCallGraph.h.

◆ minimum

MLProfilingTimeType MLTimeStatistics::Values::minimum

Definition at line 84 of file mlCallGraph.h.

◆ total

MLProfilingTimeType MLTimeStatistics::Values::total

Definition at line 86 of file mlCallGraph.h.


The documentation for this struct was generated from the following file:
  • MeVis/Foundation/Sources/MLProfilingManager/Include/mlCallGraph.h