#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 |
Definition at line 34 of file mlCallGraph.h.
| MLTimeStatistics::MLTimeStatistics | ( | ) | [inline] |
Definition at line 36 of file mlCallGraph.h.
| MLTimeStatistics& MLTimeStatistics::operator+= | ( | const MLTimeStatistics & | other | ) |
| void MLTimeStatistics::reset | ( | ) |
Definition at line 52 of file mlCallGraph.h.
| unsigned int MLTimeStatistics::count |
Definition at line 53 of file mlCallGraph.h.
Definition at line 51 of file mlCallGraph.h.
1.5.8