|
QGroundControl
Ground Control Station for MAVLink Drones
|
update() call/duration counters for the perf overlay More...
#include <SurfaceModel.h>
Public Attributes | |
| int | updates = 0 |
| qint64 | totalUs = 0 |
| qint64 | maxUs = 0 |
update() call/duration counters for the perf overlay
Definition at line 103 of file SurfaceModel.h.
| qint64 SurfaceModel::UpdateStats::maxUs = 0 |
Definition at line 107 of file SurfaceModel.h.
Referenced by SurfaceModel::update().
| qint64 SurfaceModel::UpdateStats::totalUs = 0 |
Definition at line 106 of file SurfaceModel.h.
Referenced by SurfaceModel::update().
| int SurfaceModel::UpdateStats::updates = 0 |
Definition at line 105 of file SurfaceModel.h.
Referenced by SurfaceModel::update().