15 #ifndef QGSRUNTIMEPROFILER_H    16 #define QGSRUNTIMEPROFILER_H    19 #include <QElapsedTimer>    25 #include "qgis_core.h"    45     void beginGroup( 
const QString &name );
    57     void start( 
const QString &name );
    84     QStack<QString> mGroupStack;
    85     QElapsedTimer mProfileTime;
    87     QList<QPair<QString, double > > mProfileTimes;
    90 #endif // QGSRUNTIMEPROFILER_H 
const QList< QPair< QString, double > > profileTimes() const
Returns all the current profile times.