aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJohn Tapsell <john.tapsell.ext@basyskom.de>2010-11-08 18:34:36 +0000
committerArmin Berres <armin.berres@basyskom.de>2010-11-09 12:47:26 +0100
commit2975aa0429c942a61713c3e9b698d990ab055454 (patch)
tree5343cac0af17b6545e7d908df954303f8e67bc24 /benchmarks
parent8d62183b5c0a33ac3c85d2ba6989a067efd92924 (diff)
Changes: Speed up layouts by a factor of 3.
RevBy: Stanislav Ionascu, Armin Berres Details: We are now only 10% slower than the QGraphicsLayouts, and for a well understood reason that we can't optimize away. (We have to reset the contents margins every single time because Qt doesn't tell us when they change). Optimised using pt_mlayout benchmark.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchmarks.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/benchmarks.pro b/benchmarks/benchmarks.pro
index 34ed2c44..4b2aec49 100644
--- a/benchmarks/benchmarks.pro
+++ b/benchmarks/benchmarks.pro
@@ -21,6 +21,7 @@ SUBDIRS = \
pt_mmenu \
pt_minimalmapplication \
pt_minimalqtapplication \
+ pt_mlayout \
pt_mlocationdatabase \
pt_mprogressindicator \
pt_qapplication \