Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qbenchmark_p.h File Reference

(b08ba96fd0eed8517a8a60c0d8d4064a7ab90498)

#include <stdlib.h>
#include <QtCore/qglobal.h>
#include <QtTest/private/qbenchmarkmeasurement_p.h>
#include <QtCore/QMap>
#include <QtTest/qttestglobal.h>
#include <QtTest/private/qbenchmarkevent_p.h>
#include <QtTest/private/qbenchmarkmetric_p.h>
Include dependency graph for qbenchmark_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QBenchmarkContext
class  QBenchmarkResult
class  QBenchmarkGlobalData
class  QBenchmarkTestMethodData

Namespaces

namespace  QTest
 [15]

Functions

 Q_DECLARE_TYPEINFO (QBenchmarkContext, Q_RELOCATABLE_TYPE)
 Q_DECLARE_TYPEINFO (QBenchmarkResult, Q_RELOCATABLE_TYPE)
int QTest::iterationCount () noexcept
void QTest::setIterationCountHint (int count)
void QTest::setIterationCount (int count)
void QTest::beginBenchmarkMeasurement ()
QList< QBenchmarkMeasurerBase::MeasurementQTest::endBenchmarkMeasurement ()

Function Documentation

◆ Q_DECLARE_TYPEINFO() [1/2]

Q_DECLARE_TYPEINFO ( QBenchmarkContext ,
Q_RELOCATABLE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QBenchmarkResult ,
Q_RELOCATABLE_TYPE  )