summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/benchmarks.pro
Commit message (Collapse)AuthorAgeFilesLines
* Restructure tests/benchmarks directory.Bjørn Erik Nilsen2010-02-081-46/+6
| | | | | | We follow the same structure as used in the src directory. This makes it easier to navigate through the jungel, especially now that we are going to add functional tests etc.
* Add QFontMetrics benchmark.Michael Brasser2010-01-291-0/+1
|
* Add new benchmark for some qtext features.Thomas Zander2010-01-081-0/+1
| | | | | I test loading some html into a qtextdocument and doing of shaping on an unformatted text of different scripts and bidiness.
* tst_qtcpserver: Move benchmarksMarkus Goetz2010-01-041-0/+1
| | | | | | Move benchmarks into tests/benchmarks directory. Reviewed-by: Thiago
* Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-261-0/+1
|\ | | | | | | | | Conflicts: tests/benchmarks/benchmarks.pro
| * Add QHostInfo benchmarkMarkus Goetz2009-12-181-0/+1
| | | | | | | | Reviewed-by: Peter Hartmann
* | Optimize QThreadStorage with QVectorOlivier Goffart2009-12-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QThreadStorageData::get might be accessed very often. QMap lookup has proven to be too slow. We can expect about 20 instances of QThreadStorage in a typical applications (tested with some KDE applications) So a QVector is more suited Note: we now re-use the ids. Which means that if the QThreadStorage is destroyed before the QThread, and another one is created, we might get crashes (instead of a warning printed to the console) Reviewed-by: brad
* | Add missing benchmark to the benchmarks.proOlivier Goffart2009-12-111-1/+19
| | | | | | | | | | | | This does not add the benchmark that runs too slowly. Reviewed-by: jasplin
* | Introduce QFileInfo benchmarkMarkus Goetz2009-11-251-0/+1
| | | | | | | | | | | | Right now only a benchmark for the canonicalized path. Reviewed-by: TrustMe
* | Merge branch '4.5' into 4.6Thiago Macieira2009-10-211-2/+2
|\ \ | |/ | | | | | | | | | | Conflicts: src/gui/widgets/qmenu_mac.mm tests/benchmarks/benchmarks.pro tests/benchmarks/qnetworkreply/tst_qnetworkreply.cpp
| * Backport benchmarks/qnetworkreply to 4.5Markus Goetz2009-10-201-0/+1
| | | | | | | | Reviewed-by: TrustMe
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+19
|
* New Benchmark: file:// with QFile vs QNetworkAccessManagerMarkus Goetz2009-09-071-0/+1
| | | | Reviewed-by: Leo
* tst_qnetworkreply: Small and simple latency testingMarkus Goetz2009-07-231-0/+1
| | | | Reviewed-by: Thiago
* Added missing autotest/benchmark projects to the root .pro-fileDenis Dzyubenko2009-07-161-1/+2
|
* Add some performance tests for QMatrix4x4Rhys Weatherley2009-06-021-0/+1
|
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+20