summaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-09-02 14:33:57 +0200
committerSamuel Rødal <sroedal@trolltech.com>2009-09-03 14:13:09 +0200
commit4feb152405e96125b6be2807d515293e3f25ab1a (patch)
tree52b0be39e7f435db7f7e41ed73a2bc53e01f4c8e /tools/tools.pro
parentd4a4b01f2f08a9031d692344d0d264de472da25e (diff)
Added trace graphics system for painting performance profiling.
When running an application with graphics system trace everything that gets painted to the window surface is proxied through a QPaintBuffer, which is then both streamed to a trace file and replayed on a raster window surface. The trace file can then be replayed with tools/qttracereplay to measure pure painting performance. Reviewed-by: Gunnar Sletta
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index a602892b87..4b36115625 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -6,7 +6,8 @@ no-png {
SUBDIRS += assistant \
pixeltool \
porting \
- qtestlib
+ qtestlib \
+ qttracereplay
contains(QT_EDITION, Console) {
SUBDIRS += designer/src/uitools # Linguist depends on this
} else {