Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added trace graphics system for painting performance profiling. | Samuel Rødal | 2009-09-03 | 1 | -0/+1745 |
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 |