15 #ifndef QGSRUNTIMEPROFILER_H
16 #define QGSRUNTIMEPROFILER_H
19 #include <QElapsedTimer>
25 #include "qgis_core.h"
47 Q_DECL_DEPRECATED
void beginGroup(
const QString &name )
SIP_DEPRECATED;
60 QStringList childGroups(
const QString &parent = QString() )
const;
67 void start(
const QString &name );
78 double profileTime(
const QString &name )
const;
93 QStack< QElapsedTimer > mProfileTime;
94 QStack< QString > mCurrentName;
95 QList< QPair< QString, double > > mProfileTimes;
135 #endif // QGSRUNTIMEPROFILER_H