Qt 4.8
|
#include <qbenchmarkmeasurement_p.h>
Public Functions | |
virtual int | adjustIterationCount (int suggestion)=0 |
virtual int | adjustMedianCount (int suggestion)=0 |
virtual qint64 | checkpoint ()=0 |
virtual void | init () |
virtual bool | isMeasurementAccepted (qint64 measurement)=0 |
virtual QTest::QBenchmarkMetric | metricType ()=0 |
virtual bool | needsWarmupIteration () |
virtual bool | repeatCount () |
virtual void | start ()=0 |
virtual qint64 | stop ()=0 |
virtual | ~QBenchmarkMeasurerBase () |
Definition at line 62 of file qbenchmarkmeasurement_p.h.
|
inlinevirtual |
Definition at line 65 of file qbenchmarkmeasurement_p.h.
|
pure virtual |
Implemented in QBenchmarkTimeMeasurer, QBenchmarkCallgrindMeasurer, and QBenchmarkEvent.
Referenced by QBenchmarkTestMethodData::adjustIterationCount(), and init().
|
pure virtual |
Implemented in QBenchmarkTimeMeasurer, QBenchmarkCallgrindMeasurer, and QBenchmarkEvent.
Referenced by QBenchmarkGlobalData::adjustMedianIterationCount(), and init().
|
pure virtual |
Implemented in QBenchmarkTimeMeasurer, QBenchmarkCallgrindMeasurer, and QBenchmarkEvent.
Referenced by init().
|
inlinevirtual |
Definition at line 66 of file qbenchmarkmeasurement_p.h.
Referenced by QBenchmarkGlobalData::createMeasurer().
|
pure virtual |
Implemented in QBenchmarkTimeMeasurer, QBenchmarkCallgrindMeasurer, and QBenchmarkEvent.
Referenced by init(), and QBenchmarkTestMethodData::setResult().
|
pure virtual |
Implemented in QBenchmarkTimeMeasurer, QBenchmarkCallgrindMeasurer, and QBenchmarkEvent.
Referenced by needsWarmupIteration().
|
inlinevirtual |
Reimplemented in QBenchmarkTimeMeasurer, and QBenchmarkCallgrindMeasurer.
Definition at line 74 of file qbenchmarkmeasurement_p.h.
Referenced by QTest::qInvokeTestMethodDataEntry().
|
inlinevirtual |
Reimplemented in QBenchmarkEvent.
Definition at line 73 of file qbenchmarkmeasurement_p.h.
|
pure virtual |
Implemented in QBenchmarkTimeMeasurer, QBenchmarkCallgrindMeasurer, and QBenchmarkEvent.
Referenced by QTest::beginBenchmarkMeasurement(), and init().
|
pure virtual |
Implemented in QBenchmarkTimeMeasurer, QBenchmarkCallgrindMeasurer, and QBenchmarkEvent.
Referenced by QTest::endBenchmarkMeasurement(), and init().