summaryrefslogtreecommitdiffstats
path: root/src/testlib/qbenchmarkmeasurement_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qbenchmarkmeasurement_p.h')
-rw-r--r--src/testlib/qbenchmarkmeasurement_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testlib/qbenchmarkmeasurement_p.h b/src/testlib/qbenchmarkmeasurement_p.h
index 8ad3613..932852c 100644
--- a/src/testlib/qbenchmarkmeasurement_p.h
+++ b/src/testlib/qbenchmarkmeasurement_p.h
@@ -84,6 +84,7 @@ public:
bool isMeasurementAccepted(qint64 measurement);
int adjustIterationCount(int sugestion);
int adjustMedianCount(int suggestion);
+ bool needsWarmupIteration();
QTest::QBenchmarkMetric metricType();
private:
QTime time;