equal
deleted
inserted
replaced
52 // |
52 // |
53 // We mean it. |
53 // We mean it. |
54 // |
54 // |
55 |
55 |
56 #include "QtTest/private/qbenchmarkmeasurement_p.h" |
56 #include "QtTest/private/qbenchmarkmeasurement_p.h" |
|
57 #include "QtTest/private/qbenchmarkmetric_p.h" |
57 #include <QtCore/qmap.h> |
58 #include <QtCore/qmap.h> |
58 #include <QtCore/qstring.h> |
59 #include <QtCore/qstring.h> |
59 |
60 |
60 class QStringList; |
61 class QStringList; |
61 |
62 |
82 qint64 stop(); |
83 qint64 stop(); |
83 bool isMeasurementAccepted(qint64 measurement); |
84 bool isMeasurementAccepted(qint64 measurement); |
84 int adjustIterationCount(int); |
85 int adjustIterationCount(int); |
85 int adjustMedianCount(int); |
86 int adjustMedianCount(int); |
86 bool needsWarmupIteration(); |
87 bool needsWarmupIteration(); |
87 QString unitText(); |
88 QTest::QBenchmarkMetric metricType(); |
88 QString metricText(); |
|
89 }; |
89 }; |
90 |
90 |
91 QT_END_NAMESPACE |
91 QT_END_NAMESPACE |
92 |
92 |
93 #endif // QBENCHMARKVALGRIND_H |
93 #endif // QBENCHMARKVALGRIND_H |