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