Home
last modified time | relevance | path

Searched refs:QgsRuntimeProfiler (Results 1 – 25 of 92) sorted by relevance

1234

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsruntimeprofiler.cpp22 QgsRuntimeProfiler *QgsRuntimeProfiler::sMainProfiler = nullptr;
157 QgsRuntimeProfiler::QgsRuntimeProfiler() in QgsRuntimeProfiler() function in QgsRuntimeProfiler
163 QgsRuntimeProfiler::~QgsRuntimeProfiler() = default;
165 QgsRuntimeProfiler *QgsRuntimeProfiler::threadLocalInstance() in threadLocalInstance()
167 static QThreadStorage<QgsRuntimeProfiler> sInstances; in threadLocalInstance()
184 void QgsRuntimeProfiler::endGroup() in endGroup()
238 void QgsRuntimeProfiler::end( const QString &group ) in end()
273 void QgsRuntimeProfiler::clear( const QString &group ) in clear()
503 void QgsRuntimeProfiler::setupConnections() in setupConnections()
511 …connect( this, &QgsRuntimeProfiler::started, sMainProfiler, &QgsRuntimeProfiler::otherProfilerStar… in setupConnections()
[all …]
H A Dqgsruntimeprofiler.h173 class CORE_EXPORT QgsRuntimeProfiler : public QAbstractItemModel
185 QgsRuntimeProfiler();
186 ~QgsRuntimeProfiler() override;
287 static QgsRuntimeProfiler *threadLocalInstance();
288 static QgsRuntimeProfiler *sMainProfiler;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsruntimeprofiler.cpp22 QgsRuntimeProfiler *QgsRuntimeProfiler::sMainProfiler = nullptr;
157 QgsRuntimeProfiler::QgsRuntimeProfiler() in QgsRuntimeProfiler() function in QgsRuntimeProfiler
163 QgsRuntimeProfiler::~QgsRuntimeProfiler() = default;
165 QgsRuntimeProfiler *QgsRuntimeProfiler::threadLocalInstance() in threadLocalInstance()
167 static QThreadStorage<QgsRuntimeProfiler> sInstances; in threadLocalInstance()
184 void QgsRuntimeProfiler::endGroup() in endGroup()
238 void QgsRuntimeProfiler::end( const QString &group ) in end()
273 void QgsRuntimeProfiler::clear( const QString &group ) in clear()
503 void QgsRuntimeProfiler::setupConnections() in setupConnections()
511 …connect( this, &QgsRuntimeProfiler::started, sMainProfiler, &QgsRuntimeProfiler::otherProfilerStar… in setupConnections()
[all …]
H A Dqgsruntimeprofiler.h173 class CORE_EXPORT QgsRuntimeProfiler : public QAbstractItemModel
185 QgsRuntimeProfiler();
186 ~QgsRuntimeProfiler() override;
287 static QgsRuntimeProfiler *threadLocalInstance();
288 static QgsRuntimeProfiler *sMainProfiler;
/dports/graphics/qgis/qgis-3.22.3/src/app/devtools/profiler/
H A Dqgsprofilerpanelwidget.cpp27 QgsProfilerPanelWidget::QgsProfilerPanelWidget( QgsRuntimeProfiler *profiler, QWidget *parent ) in QgsProfilerPanelWidget()
43 connect( mProfiler, &QgsRuntimeProfiler::groupAdded, this, [ = ]( const QString & group ) in QgsProfilerPanelWidget()
45 …mCategoryComboBox->addItem( QgsRuntimeProfiler::translateGroupName( group ).isEmpty() ? group : Qg… in QgsProfilerPanelWidget()
61 …mCategoryComboBox->addItem( QgsRuntimeProfiler::translateGroupName( group ).isEmpty() ? group : Qg… in QgsProfilerPanelWidget()
75 QgsProfilerProxyModel::QgsProfilerProxyModel( QgsRuntimeProfiler *profiler, QObject *parent ) in QgsProfilerProxyModel()
H A Dqgsprofilerpanelwidget.h24 class QgsRuntimeProfiler; variable
32 QgsProfilerProxyModel( QgsRuntimeProfiler *profiler, QObject *parent );
63 QgsProfilerPanelWidget( QgsRuntimeProfiler *profiler, QWidget *parent );
67 QgsRuntimeProfiler *mProfiler = nullptr;
H A Dqgsprofilerwidgetfactory.h20 class QgsRuntimeProfiler; variable
26 QgsProfilerWidgetFactory( QgsRuntimeProfiler *profiler );
31 QgsRuntimeProfiler *mProfiler = nullptr;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/devtools/profiler/
H A Dqgsprofilerpanelwidget.cpp27 QgsProfilerPanelWidget::QgsProfilerPanelWidget( QgsRuntimeProfiler *profiler, QWidget *parent ) in QgsProfilerPanelWidget()
43 connect( mProfiler, &QgsRuntimeProfiler::groupAdded, this, [ = ]( const QString & group ) in QgsProfilerPanelWidget()
45 …mCategoryComboBox->addItem( QgsRuntimeProfiler::translateGroupName( group ).isEmpty() ? group : Qg… in QgsProfilerPanelWidget()
61 …mCategoryComboBox->addItem( QgsRuntimeProfiler::translateGroupName( group ).isEmpty() ? group : Qg… in QgsProfilerPanelWidget()
75 QgsProfilerProxyModel::QgsProfilerProxyModel( QgsRuntimeProfiler *profiler, QObject *parent ) in QgsProfilerProxyModel()
H A Dqgsprofilerpanelwidget.h24 class QgsRuntimeProfiler; variable
32 QgsProfilerProxyModel( QgsRuntimeProfiler *profiler, QObject *parent );
63 QgsProfilerPanelWidget( QgsRuntimeProfiler *profiler, QWidget *parent );
67 QgsRuntimeProfiler *mProfiler = nullptr;
H A Dqgsprofilerwidgetfactory.h20 class QgsRuntimeProfiler; variable
26 QgsProfilerWidgetFactory( QgsRuntimeProfiler *profiler );
31 QgsRuntimeProfiler *mProfiler = nullptr;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/core/
H A DProcessing.py44 QgsRuntimeProfiler)
56 with QgsRuntimeProfiler.profile('Import QGIS Provider'):
59 with QgsRuntimeProfiler.profile('Import GRASS Provider'):
62 with QgsRuntimeProfiler.profile('Import GDAL Provider'):
65 with QgsRuntimeProfiler.profile('Import OTB Provider'):
68 with QgsRuntimeProfiler.profile('Import SAGA Provider'):
71 with QgsRuntimeProfiler.profile('Import Script Provider'):
102 with QgsRuntimeProfiler.profile('Initialize'):
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsruntimeprofiler.sip.in11 class QgsRuntimeProfiler : QAbstractItemModel
18 :py:class:`QgsRuntimeProfiler` is not usually instantied manually, but rather accessed
30 QgsRuntimeProfiler();
36 QgsRuntimeProfiler is not usually instantied manually, but rather accessed
39 ~QgsRuntimeProfiler();
49 use :py:func:`~QgsRuntimeProfiler.start` instead
57 use :py:func:`~QgsRuntimeProfiler.end` instead
148 … :py:class:`QgsScopedRuntimeProfile` directly. Instead, use :py:func:`QgsRuntimeProfiler.profile()`
152 with QgsRuntimeProfiler.profile('My operation'):
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsruntimeprofiler.cpp51 QgsRuntimeProfiler profiler; in testGroups()
56 const QSignalSpy spy( &profiler, &QgsRuntimeProfiler::groupAdded ); in testGroups()
98 ProfileInThread( QgsRuntimeProfiler *mainProfiler ) in ProfileInThread()
109 QgsRuntimeProfiler *mMainProfiler = nullptr;
124 QSignalSpy spy( QgsApplication::profiler(), &QgsRuntimeProfiler::groupAdded ); in threading()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsruntimeprofiler.cpp51 QgsRuntimeProfiler profiler; in testGroups()
56 QSignalSpy spy( &profiler, &QgsRuntimeProfiler::groupAdded ); in testGroups()
98 ProfileInThread( QgsRuntimeProfiler *mainProfiler ) in ProfileInThread()
109 QgsRuntimeProfiler *mMainProfiler = nullptr;
124 QSignalSpy spy( QgsApplication::profiler(), &QgsRuntimeProfiler::groupAdded ); in threading()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/core/
H A DProcessing.py44 QgsRuntimeProfiler)
56 with QgsRuntimeProfiler.profile('Import QGIS Provider'):
59 with QgsRuntimeProfiler.profile('Import GDAL Provider'):
62 with QgsRuntimeProfiler.profile('Import Script Provider'):
93 with QgsRuntimeProfiler.profile('Initialize'):
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsruntimeprofiler.sip.in11 class QgsRuntimeProfiler : QAbstractItemModel
18 QgsRuntimeProfiler is not usually instantied manually, but rather accessed
30 QgsRuntimeProfiler();
36 QgsRuntimeProfiler is not usually instantied manually, but rather accessed
39 ~QgsRuntimeProfiler();
149 …ould not use QgsScopedRuntimeProfile directly. Instead, use :py:func:`QgsRuntimeProfiler.profile()`
152 with QgsRuntimeProfiler.profile('My operation'):
/dports/graphics/qgis/qgis-3.22.3/python/plugins/sagaprovider/
H A DSagaProviderPlugin.py25 from qgis.core import QgsApplication, QgsRuntimeProfiler
27 with QgsRuntimeProfiler.profile('Import SAGA Provider'):
/dports/graphics/qgis/qgis-3.22.3/python/plugins/grassprovider/
H A DGrassProviderPlugin.py25 from qgis.core import QgsApplication, QgsRuntimeProfiler
27 with QgsRuntimeProfiler.profile('Import GRASS Provider'):
/dports/graphics/qgis/qgis-3.22.3/python/plugins/otbprovider/
H A DOtbProviderPlugin.py25 from qgis.core import QgsApplication, QgsRuntimeProfiler
27 with QgsRuntimeProfiler.profile('Import OTB Provider'):
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/modeler/
H A DModelerAlgorithmProvider.py31 QgsRuntimeProfiler)
69 with QgsRuntimeProfiler.profile('Model Provider'):
104 with QgsRuntimeProfiler.profile('Load model algorithms'):
H A DProjectProvider.py31 QgsRuntimeProfiler)
60 with QgsRuntimeProfiler.profile('Project Provider'):
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/modeler/
H A DModelerAlgorithmProvider.py31 QgsRuntimeProfiler)
69 with QgsRuntimeProfiler.profile('Model Provider'):
104 with QgsRuntimeProfiler.profile('Load model algorithms'):
H A DProjectProvider.py31 QgsRuntimeProfiler)
60 with QgsRuntimeProfiler.profile('Project Provider'):
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/script/
H A DScriptAlgorithmProvider.py30 QgsRuntimeProfiler)
62 with QgsRuntimeProfiler.profile('Script Provider'):
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/script/
H A DScriptAlgorithmProvider.py30 QgsRuntimeProfiler)
62 with QgsRuntimeProfiler.profile('Script Provider'):

1234