summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qgraphicsview/qgraphicsview.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Avoid deep copies of pixmaps when using cache in QGraphicsView.Alexis Menard2009-05-271-0/+1
| | | | | | | | | | | | When we have already a pixmap of an item in the cache, we should remove the entry from the cache otherwise when we will repaint/modify the copy of the pixmap (the copy of the cache) then we will trigger a deep copy ; this is because both entries in the cache and our copy share the same data and if you modify one of them a copy is triggered. I have added a benchmark as well to test that. Reviewed-by:bnilsen Reviewed-by:andreas
* Add a benchmark to measure performance on QGV with caching.Alexis Menard2009-05-111-0/+1
| | | | | | | | This commit add an benchmark to allow testing performance with cache enable or not. It covers different use cases with item rotating, moving and so on. Reviewed-by:bnilsen
* Long live Qt!Lars Knoll2009-03-231-0/+7