summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Add an SSE2 alternative with prologThiago Macieira2011-03-221-0/+48
* | | | | | Add some boundary/spill protectionThiago Macieira2011-03-221-4/+8
* | | | | | Correct the code: use ushorts, not QCharThiago Macieira2011-03-221-4/+4
* | | | | | Add the SSE2 code we have in Qt 4.7 to the benchmarkThiago Macieira2011-03-221-0/+26
* | | | | | Add a test for QString::fromLatin1 performace alternativesThiago Macieira2011-03-225-11/+414
* | | | | | Remove the __attribute__((optimize)) marksThiago Macieira2011-03-221-11/+11
* | | | | | Add a script that generates a string table of 8-bitsThiago Macieira2011-03-221-0/+203
* | | | | | Add a benchmark for QString::fromLatin1Thiago Macieira2011-03-221-0/+36
* | | | | | Compile in C++0x modeThiago Macieira2011-03-221-10/+10
* | | | | | add license headers to qhash_string benchmarkhjk2011-03-212-1/+40
* | | | | | benchmarks: first shot at alternative implementation for qHash(QString)hjk2011-03-165-0/+435
| |_|_|/ / |/| | | |
* | | | | Update copyright year to 2011.Rohan McGovern2011-03-107-7/+7
| |_|/ / |/| | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-043-4/+15
|\ \ \ \
| * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-2419-2/+470
| |\ \ \ \ | | |/ / /
| * | | | SSL backend: loat root certificates on demand on Unix (excluding Mac)Peter Hartmann2011-02-231-1/+12
| * | | | Fix tst_v8Olivier Goffart2011-02-171-2/+2
| * | | | Fix tst_sunspider.cppOlivier Goffart2011-02-171-1/+1
* | | | | Add qscriptobject and context2d to "trusted" benchmarksKent Hansen2011-03-021-1/+3
| |/ / / |/| | |
* | | | Add QDir/tree benchmark to "trusted" listJoão Abecasis2011-02-101-1/+2
* | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-02-102-0/+108
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-042-0/+108
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-19220-220/+220
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-012-0/+139
| | |\ \
| | * | | Make deferred tracing less expensive (real-time cost is the same)Michael Brasser2010-11-191-0/+11
| | * | | Add a private high-performance timer for profiling.Michael Brasser2010-11-192-0/+97
* | | | | Add QScriptClass/ByteArray benchmarkKent Hansen2011-02-0414-0/+159
* | | | | Add Context2D QtScript benchmarkKent Hansen2011-02-043-1/+201
|/ / / /
* | | | Fix qmake project in QtScript benchmarksJedrzej Nowacki2011-01-182-1/+3
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-17220-220/+220
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyright year to 2011.Jason McDonald2011-01-10220-220/+220
| | |/ | |/|
* | | BM2: Little fix to make the `make check-trusted' to work on Linux and Windows.Sergio Ahumada2011-01-101-1/+4
* | | test contention when using 2 mutexesBradley T. Hughes2010-12-201-28/+53
* | | Ensure that every thread does contend in the contention testsBradley T. Hughes2010-12-201-33/+60
* | | Add baseline test data to measure test overheadBradley T. Hughes2010-12-201-5/+6
* | | Test contention performance for long (10ms) critical sectionsBradley T. Hughes2010-12-201-0/+1
* | | Add a benchmark for contended and uncontended QMutex performanceBradley T. Hughes2010-12-202-13/+261
* | | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-074-4/+71
|\ \ \
| * \ \ Merge remote branch 'origin/master' into file-engine-refactorJoão Abecasis2010-12-022-0/+139
| |\ \ \
| * \ \ \ Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-2373-113/+18294
| |\ \ \ \
| * | | | | Fix deployment for examples and testsShane Kearns2010-10-123-3/+3
| * | | | | Merge remote branch 'qt/master' into earth/file-engine-refactorShane Kearns2010-10-084-1/+76
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'origin/master' into fileEnginesThomas Zander2010-10-0639-50/+188
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'origin/master' into fileEnginesOn47Thomas Zander2010-09-287-2/+2924
| |\ \ \ \ \ \ \
| * | | | | | | | integrate "source" use case to bench_qdir_treeShane Kearns2010-09-161-1/+17
| * | | | | | | | Integrate media use case performance tests to qdir tree benchmarksShane Kearns2010-09-151-1/+51
| * | | | | | | | Fixing QDir/tree traverseDirectory benchmarkJoão Abecasis2010-09-101-0/+1
* | | | | | | | | Move test data to a qrc file.Jedrzej Nowacki2010-12-066-32/+16
* | | | | | | | | Changed various DEPLOYMENT variable ".sources" suffixes to ".files"Miikka Heikkinen2010-12-022-2/+2
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-252-0/+139
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix code styleJan-Arve Sæther2010-11-191-1/+1