diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-08-10 13:50:43 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-08-10 13:51:13 (GMT) |
commit | 24aa36349b9fc0be9d9bf80b0db607588e0a54f6 (patch) | |
tree | 703b15857d5fabaa2ef13cff78c323f39670f77d /src/testlib/qbenchmark.cpp | |
parent | 56f58a397ace5985571995ddfce98a99c490ebf8 (diff) | |
download | Qt-24aa36349b9fc0be9d9bf80b0db607588e0a54f6.zip Qt-24aa36349b9fc0be9d9bf80b0db607588e0a54f6.tar.gz Qt-24aa36349b9fc0be9d9bf80b0db607588e0a54f6.tar.bz2 |
Doc: Fix qdoc warnings
Diffstat (limited to 'src/testlib/qbenchmark.cpp')
-rw-r--r-- | src/testlib/qbenchmark.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/testlib/qbenchmark.cpp b/src/testlib/qbenchmark.cpp index bad3379..eaec02f 100644 --- a/src/testlib/qbenchmark.cpp +++ b/src/testlib/qbenchmark.cpp @@ -179,11 +179,17 @@ void QBenchmarkTestMethodData::setResult(qint64 value) QBenchmarkResult(QBenchmarkGlobalData::current->context, value, iterationCount); } -/*! \internal +/*! + \class QTest::QBenchmarkIterationController + \internal + The QBenchmarkIterationController class is used by the QBENCHMARK macro to drive the benchmarking loop. It is repsonsible for starting and stopping the timing measurements as well as calling the result reporting functions. */ + +/*! \internal +*/ QTest::QBenchmarkIterationController::QBenchmarkIterationController(RunMode runMode) { QTest::beginBenchmarkMeasurement(); |