summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-21 15:29:38 +0200
committerMartin Smith <msmith@trolltech.com>2009-09-21 15:30:53 +0200
commitec76b17145c6449a5d90a1052635f30971e7fa4d (patch)
tree5815c51562bf4070b1710754292aff2ed34bc4da /src/testlib
parent00a8d21fff66cd2aec5ea0b6158a4f9923a6732f (diff)
qdoc: Added \brief texts to all the since 4.6 functions.
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcase.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 96f8a1bef8..3392ed7d9e 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -362,6 +362,9 @@ QT_BEGIN_NAMESPACE
\relates QTest
+ \brief The QBENCHMARK_ONCE macro is for measuring performance of a
+ code block by running it once.
+
This macro is used to measure the performance of code within a test.
The code to be benchmarked is contained within a code block following
this macro.