MeVisLab Toolbox Reference
MLTimeStatistics Struct Reference

Time is stored in seconds. More...

#include <mlCallGraph.h>

Classes

struct  Values
 

Public Member Functions

 MLTimeStatistics ()
 
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 70 of file mlCallGraph.h.

Constructor & Destructor Documentation

◆ MLTimeStatistics()

MLTimeStatistics::MLTimeStatistics ( )
inline

Definition at line 72 of file mlCallGraph.h.

Member Function Documentation

◆ operator+=()

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

◆ reset()

void MLTimeStatistics::reset ( )

Member Data Documentation

◆ consumed

Values MLTimeStatistics::consumed

Definition at line 88 of file mlCallGraph.h.

◆ count

unsigned int MLTimeStatistics::count

Definition at line 89 of file mlCallGraph.h.

◆ elapsed

Values MLTimeStatistics::elapsed

Definition at line 87 of file mlCallGraph.h.


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