Nyall Dawson a913a6aa5a Create RAII QgsScopedRuntimeProfile class and Python context manager
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
2020-05-19 04:35:34 +10:00
..
2020-05-05 21:58:59 +02:00
2020-05-18 13:55:44 +08:00
2020-05-05 21:58:29 +02:00
2020-05-04 16:12:29 +10:00
2020-05-12 10:33:30 +10:00
2020-05-05 22:38:37 +02:00