42 #include "QtTest/private/qbenchmarkevent_p.h" 43 #include "QtTest/private/qbenchmark_p.h" 44 #include "QtTest/private/qbenchmarkmetric_p.h" QAbstractEventDispatcher::EventFilter oldEventFilter
#define QT_END_NAMESPACE
This macro expands to.
int adjustMedianCount(int suggestion)
QBenchmarkMetric
This enum lists all the things that can be benchmarked.
static QAbstractEventDispatcher * instance(QThread *thread=0)
Returns a pointer to the event dispatcher object for the specified thread.
int adjustIterationCount(int suggestion)
QTest::QBenchmarkMetric metricType()
bool isMeasurementAccepted(qint64 measurement)
#define QT_BEGIN_NAMESPACE
This macro expands to.
static qint64 eventCounter
bool(* EventFilter)(void *message)
Typedef for a function with the signature.
EventFilter setEventFilter(EventFilter filter)
Replaces the event filter function for this QAbstractEventDispatcher with filter and returns the repl...
static bool eventCountingMechanism(void *message)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
The QAbstractEventDispatcher class provides an interface to manage Qt's event queue.