QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include <QTime>
#include <QElapsedTimer>
#include "qgis_sip.h"
#include <QPair>
#include <QStack>
#include <QList>
#include <QAbstractItemModel>
#include <memory>
#include <deque>
#include <QSet>
#include "qgis_core.h"
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... | |