QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes
qgsruntimeprofiler.h File Reference
#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"
Include dependency graph for qgsruntimeprofiler.h:
This graph shows which files directly or indirectly include this file:

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...