Nyall Dawson
92af1dacaf
Replace default constructors/destructors with = default
2017-10-01 06:52:14 +10:00
Juergen E. Fischer
b9162dccdf
scripts/astyle-all.sh run
2017-03-03 15:37:12 +01:00
Denis Rouzaud
7812d4fb17
remove the-prefix from source code
...
this might result in variables having the same name as some methods
2017-02-21 18:14:58 +01:00
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