#include <qbenchmarkevent_p.h>
Definition at line 62 of file qbenchmarkevent_p.h.
◆ ~QBenchmarkEvent()
QBenchmarkEvent::~QBenchmarkEvent |
( |
| ) |
|
◆ adjustIterationCount()
int QBenchmarkEvent::adjustIterationCount |
( |
int |
suggestion | ) |
|
|
virtual |
◆ adjustMedianCount()
int QBenchmarkEvent::adjustMedianCount |
( |
int |
suggestion | ) |
|
|
virtual |
◆ checkpoint()
qint64 QBenchmarkEvent::checkpoint |
( |
| ) |
|
|
virtual |
◆ eventCountingMechanism()
bool QBenchmarkEvent::eventCountingMechanism |
( |
void * |
message | ) |
|
|
static |
Definition at line 101 of file qbenchmarkevent.cpp.
Referenced by repeatCount(), and start().
static qint64 eventCounter
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
◆ isMeasurementAccepted()
bool QBenchmarkEvent::isMeasurementAccepted |
( |
qint64 |
measurement | ) |
|
|
virtual |
◆ metricType()
◆ repeatCount()
bool QBenchmarkEvent::repeatCount |
( |
| ) |
|
|
inlinevirtual |
◆ start()
void QBenchmarkEvent::start |
( |
| ) |
|
|
virtual |
Implements QBenchmarkMeasurerBase.
Definition at line 56 of file qbenchmarkevent.cpp.
QAbstractEventDispatcher::EventFilter oldEventFilter
static QAbstractEventDispatcher * instance(QThread *thread=0)
Returns a pointer to the event dispatcher object for the specified thread.
static qint64 eventCounter
EventFilter setEventFilter(EventFilter filter)
Replaces the event filter function for this QAbstractEventDispatcher with filter and returns the repl...
static bool eventCountingMechanism(void *message)
The QAbstractEventDispatcher class provides an interface to manage Qt's event queue.
◆ stop()
qint64 QBenchmarkEvent::stop |
( |
| ) |
|
|
virtual |
Implements QBenchmarkMeasurerBase.
Definition at line 68 of file qbenchmarkevent.cpp.
QAbstractEventDispatcher::EventFilter oldEventFilter
static QAbstractEventDispatcher * instance(QThread *thread=0)
Returns a pointer to the event dispatcher object for the specified thread.
static qint64 eventCounter
EventFilter setEventFilter(EventFilter filter)
Replaces the event filter function for this QAbstractEventDispatcher with filter and returns the repl...
The QAbstractEventDispatcher class provides an interface to manage Qt's event queue.
◆ eventCounter
qint64 QBenchmarkEvent::eventCounter = 0 |
|
static |
The documentation for this class was generated from the following files: