Qt 4.8
|
#include <stdlib.h>
#include <QtCore/qglobal.h>
#include "QtTest/private/qbenchmarkmeasurement_p.h"
#include <QtCore/QMap>
#include <QtTest/qtest_global.h>
#include "QtTest/private/qbenchmarkvalgrind_p.h"
#include "QtTest/private/qbenchmarkevent_p.h"
#include "QtTest/private/qbenchmarkmetric_p.h"
Go to the source code of this file.
Classes | |
struct | QBenchmarkContext |
class | QBenchmarkGlobalData |
class | QBenchmarkResult |
class | QBenchmarkTestMethodData |
Namespaces | |
QTest | |
The QTest namespace contains all the functions and declarations that are related to the QTestLib tool. | |
Macros | |
#define | QTESTLIB_USE_VALGRIND |
Functions | |
Q_TESTLIB_EXPORT void | QTest::beginBenchmarkMeasurement () |
Q_TESTLIB_EXPORT quint64 | QTest::endBenchmarkMeasurement () |
int | QTest::iterationCount () |
void | QTest::setIterationCount (int count) |
void | QTest::setIterationCountHint (int count) |
#define QTESTLIB_USE_VALGRIND |
Definition at line 61 of file qbenchmark_p.h.