|
MAIA bb96820c
Multiphysics at AIA
|
Public Types | |
| enum | { Uninitialized = 0 , Running = 1 , Stopped = 2 } |
Public Member Functions | |
| Timer (const MString n, const MInt g, const MInt id, const MInt p) | |
Public Attributes | |
| MString | name |
| Timer Name. More... | |
| MInt | group = -1 |
| Group Id. More... | |
| MInt | timerId = -1 |
| MInt | parent = -1 |
| Parent timer id. More... | |
| MFloat | cpuTime = 0.0 |
| CPU time. More... | |
| MFloat | oldCpuTime = 0.0 |
| Old CPU time (for timer restart) More... | |
| MFloat | recordedTime = 0.0 |
| Time recorded on the timer. More... | |
| MInt | status = -1 |
| Timer's status, see enum: More... | |
| std::vector< MInt > | subTimers {} |
| MBool | displayed = false |
Definition at line 219 of file timer.h.