Changes between Initial Version and Version 1 of QtWebKitPerformanceWork


Ignore:
Timestamp:
Sep 29, 2009 8:27:46 PM (15 years ago)
Author:
zecke@selfish.org
Comment:

Start QtWebKit performance analysis page.

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitPerformanceWork

    v1 v1  
     1== QtWebKit Performance Tuning Overview ==
     2
     3=== Getting the sourcecode, building and installing ===
     4
     5The code can be checked out from the [http://gitorious.org/qtwebkit/ QtWebKit git repository], it requires Qt4.5.x or a Qt4.6 snapshot post Qt4.6 TP1.
     6{{{
     7$ git clone git://gitorious.org/qtwebkit/performance.git
     8$ cd performance
     9$ qmake
     10$ make
     11$ make install # This will install to the Qt Directory
     12}}}
     13
     14=== Performance Utilities Overview ===
     15The performance utilities dontain utilities for the host, manual testing applications and benchmarking applications. All this is explained in depth on [wiki:QtWebKitPerformanceUtilities this] wiki site.
     16
     17=== Running the tests ===
     18
     19=== Adding a new test ===
     20
     21
     22=== Performance backlog ===
     23The Performance utilitiy has identified a set of work areas in the performance utilities themselves, QtWebKit and Qt. The backlog will contain a summary, and some description of how to carry out the change.
     24See the [wiki:QtBackLog Qt/QtWebKit backlog] and [wiki:QtWebKitPerformanceBackLog: Performance backlog] for more information on work items.