diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-21 15:29:38 +0200 |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-21 15:30:53 +0200 |
commit | ec76b17145c6449a5d90a1052635f30971e7fa4d (patch) | |
tree | 5815c51562bf4070b1710754292aff2ed34bc4da /src/testlib/qtestcase.cpp | |
parent | 00a8d21fff66cd2aec5ea0b6158a4f9923a6732f (diff) | |
download | qt4-tools-ec76b17145c6449a5d90a1052635f30971e7fa4d.tar.gz |
qdoc: Added \brief texts to all the since 4.6 functions.
Diffstat (limited to 'src/testlib/qtestcase.cpp')
-rw-r--r-- | src/testlib/qtestcase.cpp | 3 |
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. |