src/testlib/qbenchmarkvalgrind_p.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
    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