|
QGIS API Documentation 3.99.0-Master (21b3aa880ba)
|
#include <deque>#include <memory>#include "qgis_core.h"#include "qgis_sip.h"#include <QAbstractItemModel>#include <QElapsedTimer>#include <QList>#include <QPair>#include <QSet>#include <QStack>#include <QTime>

Go to the source code of this file.
Classes | |
| class | QgsRuntimeProfiler |
| Provides a method of recording run time profiles of operations, allowing easy recording of their overall run time. More... | |
| class | QgsRuntimeProfilerNode |
| A node representing an entry in a QgsRuntimeProfiler. More... | |
| class | QgsScopedRuntimeProfile |
| Scoped object for logging of the runtime for a single operation or group of operations. More... | |