Changes between Version 9 and Version 10 of QtWebKitPerformanceUtilities
- Timestamp:
- Oct 23, 2009, 9:42:58 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitPerformanceUtilities
v9 v10 112 112 }}} 113 113 114 ==== The cycling test ==== 115 The cycling test is a lot like loading but it also includes the painting done on first load. This makes it a mix of the painting and loading test and is the closest to a user typing in a url and loading. 116 117 {{{ 118 $ cd tests/cycler 119 $ ./tst_cycler 120 }}} 121 122 123 114 124 ==== The painting test ==== 115 125 The painting test can be found in the '''painting/''' subdirectory. The goal of this benchmark is to measure the painting performance. For this the webpage is loaded and then viewport (first part of the page) is drawn repeatedly to a QPixmap. The painting is finished with a call to ''QApplication::syncX'' which should force the painting to happen.