|
MeVisLab Toolbox Reference
|
#include <mlCallGraph.h>
Public Member Functions | |
| Values () | |
| Values & | operator+= (const Values &other) |
| void | add (MLProfilingTimeType time) |
| void | reset () |
Public Attributes | |
| MLProfilingTimeType | minimum |
| MLProfilingTimeType | maximum |
| MLProfilingTimeType | total |
Definition at line 78 of file mlCallGraph.h.
|
inline |
Definition at line 80 of file mlCallGraph.h.
| void MLTimeStatistics::Values::add | ( | MLProfilingTimeType | time | ) |
| void MLTimeStatistics::Values::reset | ( | ) |
| MLProfilingTimeType MLTimeStatistics::Values::maximum |
Definition at line 85 of file mlCallGraph.h.
| MLProfilingTimeType MLTimeStatistics::Values::minimum |
Definition at line 84 of file mlCallGraph.h.
| MLProfilingTimeType MLTimeStatistics::Values::total |
Definition at line 86 of file mlCallGraph.h.