qt6-bb10/tests/benchmarks/corelib/io/qprocess
Edward Welbourne 7202df3689 Replace QTime with QElapsedTimer in benchmarks
Various benchmarks were still using the deprecated timing API.
One didn't even *use* the timer it implemented this way.
One was just using start as a short-hand for assigning to currentTime().

Change-Id: If406d0fb606e454fec056f386bcd0aa6726ee96e
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2020-04-20 17:44:13 +02:00
..
test Set CONFIG += benchmark in corelib's various benchmarks 2020-04-02 18:33:42 +02:00
testProcessLoopback Set CONFIG += benchmark in corelib's various benchmarks 2020-04-02 18:33:42 +02:00
.gitignore
qprocess.pro
tst_bench_qprocess.cpp Replace QTime with QElapsedTimer in benchmarks 2020-04-20 17:44:13 +02:00