|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <StateMachineProfiler.h>
Public Member Functions | |
| double | averageTimeMs () const |
Public Attributes | |
| QString | name |
| int | entryCount = 0 |
| qint64 | totalTimeMs = 0 |
| qint64 | minTimeMs = std::numeric_limits<qint64>::max() |
| qint64 | maxTimeMs = 0 |
| qint64 | lastEntryTime = 0 |
Definition at line 32 of file StateMachineProfiler.h.
|
inline |
Definition at line 40 of file StateMachineProfiler.h.
References entryCount, and totalTimeMs.
| int StateMachineProfiler::StateProfile::entryCount = 0 |
Definition at line 34 of file StateMachineProfiler.h.
Referenced by averageTimeMs().
| qint64 StateMachineProfiler::StateProfile::lastEntryTime = 0 |
Definition at line 38 of file StateMachineProfiler.h.
| qint64 StateMachineProfiler::StateProfile::maxTimeMs = 0 |
Definition at line 37 of file StateMachineProfiler.h.
| qint64 StateMachineProfiler::StateProfile::minTimeMs = std::numeric_limits<qint64>::max() |
Definition at line 36 of file StateMachineProfiler.h.
| QString StateMachineProfiler::StateProfile::name |
Definition at line 33 of file StateMachineProfiler.h.
| qint64 StateMachineProfiler::StateProfile::totalTimeMs = 0 |
Definition at line 35 of file StateMachineProfiler.h.
Referenced by averageTimeMs().