MeVisLab Toolbox Reference
MLTimeStatistics Struct Reference

Time is stored in seconds. More...

#include <mlCallGraph.h>

Classes

struct  Values

Public Member Functions

 MLTimeStatistics ()
MLTimeStatistics copy () const
void reset ()
MLTimeStatisticsoperator+= (const MLTimeStatistics &other)

Public Attributes

Values elapsed
Values consumed
unsigned int count

Detailed Description

Time is stored in seconds.

Definition at line 71 of file mlCallGraph.h.

Constructor & Destructor Documentation

◆ MLTimeStatistics()

MLTimeStatistics::MLTimeStatistics ( )
inline

Definition at line 73 of file mlCallGraph.h.

References reset().

Referenced by copy(), and operator+=().

Member Function Documentation

◆ copy()

MLTimeStatistics MLTimeStatistics::copy ( ) const

References MLTimeStatistics().

◆ operator+=()

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

References MLTimeStatistics().

◆ reset()

void MLTimeStatistics::reset ( )

Referenced by MLTimeStatistics().

Member Data Documentation

◆ consumed

Values MLTimeStatistics::consumed

Definition at line 90 of file mlCallGraph.h.

◆ count

unsigned int MLTimeStatistics::count

Definition at line 91 of file mlCallGraph.h.

◆ elapsed

Values MLTimeStatistics::elapsed

Definition at line 89 of file mlCallGraph.h.


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