| 1 | == QtWebKit Performance Tuning Overview == |
| 2 | |
| 3 | === Getting the sourcecode, building and installing === |
| 4 | |
| 5 | The 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 === |
| 15 | The 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 === |
| 23 | The 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. |
| 24 | See the [wiki:QtBackLog Qt/QtWebKit backlog] and [wiki:QtWebKitPerformanceBackLog: Performance backlog] for more information on work items. |