Changes between Version 5 and Version 6 of QtWebKitPerformanceUtilities
- Timestamp:
- Sep 29, 2009, 11:17:48 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitPerformanceUtilities
v5 v6 2 2 3 3 The [http://gitorious.org/qtwebkit/performance QtWebKit Performance git repository] contains a set of host utilities, manual tests and benchmarks that should help to profile QtWebKit in a stable environment. The host utilities are responsible for mirroring real webcontent, serving it with a special webserver and providing analysis application to look at the results. The test applications allow to stress test QtWebKit and the performance tools provide benchmarks that focus on specific areas of QtWebKit. 4 5 For profiling it is crucial to control the network and the content. Everyone should use the same content to have a comparable result, everyone should have a comparable network connection (bandwidth and latency). To achieve these goals real web content is mirrored and served from a local link. The '''mirror''' and '''http_server''' host utility help to achieve this goal. 4 6 5 7 === Host Utilities ===