5 Commits

Author SHA1 Message Date
Nyall Dawson
c49b5b777f Change a lot of arguments to const references in core/gui
Rationale:
- there was a lot of large objects passed by value, so potentially
there's a speed bump from this
- even for implicitly shared classes like QString/QList there's still
a (small) cost for copying the objects when there's no reason to
- it's the right thing to do!
2015-10-07 12:02:04 +11:00
Martin Dobias
151bad59cd Update to qgis_bench: use renderer job, allow parallel mode, print other time 2013-12-10 17:31:17 +07:00
Radim Blazek
9b83d1a63a qgis_bench wall clock time 2013-04-04 23:45:53 +02:00
Radim Blazek
84964942c7 Dont use QgsApplication, --prefix, json fix 2011-11-21 20:36:27 +01:00
Radim Blazek
555e028e73 benchmark program 2011-11-20 13:43:21 +01:00