diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-10-13 00:59:32 (GMT) |
---|---|---|
committer | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-12-23 12:27:46 (GMT) |
commit | 3de151493f75dc52e693f84ef66ff1a86c79d8e3 (patch) | |
tree | a90a556ca46a0d2e3d49d18966c39c02177774b6 /tests/auto/qimagereader/qimagereader.qrc | |
parent | 5c0a117f62607ed439cdfa3d94aaef627c47ce8a (diff) | |
download | Qt-3de151493f75dc52e693f84ef66ff1a86c79d8e3.zip Qt-3de151493f75dc52e693f84ef66ff1a86c79d8e3.tar.gz Qt-3de151493f75dc52e693f84ef66ff1a86c79d8e3.tar.bz2 |
gif: 10% speedup on microbenchmark on QImageReader
On the microbenchmark of what is executed during
pure pageloading in regarding to QImageReader this
is an improvement.
Do not use the non const QImage::scanLine as this will
go through the QImage::detach all the time making
QImage::scanLine show up in the profile.
Introduce a FAST_SCAN_LINE that is doing the scanLine
calculation on local variables.
Reviewed-by: Andreas
Diffstat (limited to 'tests/auto/qimagereader/qimagereader.qrc')
0 files changed, 0 insertions, 0 deletions