MeVisLab Toolbox Reference
|
Time is stored in seconds. More...
#include <mlCallGraph.h>
Classes | |
struct | Values |
Public Member Functions | |
MLTimeStatistics () | |
void | reset () |
MLTimeStatistics & | operator+= (const MLTimeStatistics &other) |
Public Attributes | |
Values | elapsed |
Values | consumed |
unsigned int | count |
Time is stored in seconds.
Definition at line 70 of file mlCallGraph.h.
|
inline |
Definition at line 72 of file mlCallGraph.h.
MLTimeStatistics & MLTimeStatistics::operator+= | ( | const MLTimeStatistics & | other | ) |
void MLTimeStatistics::reset | ( | ) |
Values MLTimeStatistics::consumed |
Definition at line 88 of file mlCallGraph.h.
Definition at line 89 of file mlCallGraph.h.
Values MLTimeStatistics::elapsed |
Definition at line 87 of file mlCallGraph.h.