mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
to ease logging of runtime profiles.
Now it's possible to do:
with QgsRuntimeProfiler.profile('My operation'):
# do something
to automatically handle everything required to log the operation runtime