Re: [QGIS-Developer] Profiler times in Python

2023-05-05 Thread Michel Stuyts via QGIS-Developer
not using the profiler. Values are different from the Profiler, after a quick look... Le ven. 5 mai 2023 à 10:21, Michel Stuyts via QGIS-Developer mailto:qgis-developer@lists.osgeo.org>> a écrit : I want to use the data on plugins from the Profiler. In the “Debugging/Development Tools” Panel I

[QGIS-Developer] Profiler times in Python

2023-05-05 Thread Michel Stuyts via QGIS-Developer
I want to use the data on plugins from the Profiler. In the "Debugging/Development Tools" Panel I can see both the total time for all plugins and the individual time per plugin. With the following Python code, I want to get the same data in Python: profiler = QgsApplication.profiler() for