42 #ifndef QBENCHMARK_MEASUREMENT_P_H 43 #define QBENCHMARK_MEASUREMENT_P_H 56 #include <QtCore/qelapsedtimer.h> 67 virtual void start() = 0;
93 #ifdef HAVE_TICK_COUNTER // defined in 3rdparty/cycle_p.h 107 CycleCounterTicks startTicks;
114 #endif // QBENCHMARK_MEASUREMENT_P_H virtual qint64 checkpoint()=0
#define QT_END_NAMESPACE
This macro expands to.
QBenchmarkMetric
This enum lists all the things that can be benchmarked.
virtual QTest::QBenchmarkMetric metricType()=0
virtual int adjustMedianCount(int suggestion)=0
The QElapsedTimer class provides a fast way to calculate elapsed times.
virtual int adjustIterationCount(int suggestion)=0
virtual bool isMeasurementAccepted(qint64 measurement)=0
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual bool repeatCount()
virtual bool needsWarmupIteration()
virtual ~QBenchmarkMeasurerBase()