15 #ifndef QGSRUNTIMEPROFILER_H 16 #define QGSRUNTIMEPROFILER_H 23 #include "qgis_core.h" 43 void beginGroup(
const QString &name );
55 void start(
const QString &name );
82 QStack<QString> mGroupStack;
85 QList<QPair<QString, double > > mProfileTimes;
88 #endif // QGSRUNTIMEPROFILER_H
const QList< QPair< QString, double > > profileTimes() const
Return all the current profile times.