summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/time/qdate/tst_bench_qdate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Extend QDate's benchmarkEdward Welbourne2019-08-301-5/+165
| | | | | | | | | Test more methods. Document what the existing test covers. Use the right #include for QDate. Change-Id: I051542c244e5bc381aafa3ae38144e246919db7a Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+53
We'll be adding calendar code here as well, and tools/ was getting rather crowded, so it looks like time to move out a reasonably coherent sub-bundle of it all. Change-Id: I7e8030f38c31aa307f519dd918a43fc44baa6aa1 Reviewed-by: Lars Knoll <lars.knoll@qt.io>