summaryrefslogtreecommitdiffstats
path: root/tools/qttracereplay/qttracereplay.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up qttracereplay and trace graphicsystem a bit.Gunnar Sletta2009-11-091-0/+2
| | | | | | | | | | | - Added "qttrace" to binary file, making it possible to do a sanity verification of the input file in qttracereplay - Sanity check input binary file, both for existance and for content in qttracereplay - Console app on windows and mac - Added helpful output for -h and --help command line options Reviewed-by: Samuel
* Added trace graphics system for painting performance profiling.Samuel Rødal2009-09-031-0/+13
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