Changes between Version 9 and Version 10 of QtWebKitPerformanceUtilities


Ignore:
Timestamp:
Oct 23, 2009 9:42:58 PM (14 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitPerformanceUtilities

    v9 v10  
    112112}}}
    113113
     114==== The cycling test ====
     115The 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
    114124==== The painting test ====
    115125The 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.