[QGIS-Developer] QGIS tips website

2025-05-13 Thread Michel Stuyts via QGIS-Developer
I recently made a new blog to share tips and tricks for QGIS users. It can be found at https://qgis.tips. It is a personal non-profit side project and I don't use the QGIS logo. To make it very clear it's not an official QGIS website I added the text "This not an official QGI

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” Pa

[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 chi