Qt 4.8
|
#include <qbenchmark_p.h>
Public Functions | |
bool | operator< (const QBenchmarkResult &other) const |
QBenchmarkResult () | |
QBenchmarkResult (const QBenchmarkContext &context, const qreal value, const int iterations, QTest::QBenchmarkMetric metric, bool setByMacro) | |
Public Variables | |
QBenchmarkContext | context |
int | iterations |
QTest::QBenchmarkMetric | metric |
bool | setByMacro |
bool | valid |
qreal | value |
Definition at line 94 of file qbenchmark_p.h.
|
inline |
Definition at line 104 of file qbenchmark_p.h.
|
inline |
Definition at line 111 of file qbenchmark_p.h.
|
inline |
Definition at line 122 of file qbenchmark_p.h.
QBenchmarkContext QBenchmarkResult::context |
Definition at line 97 of file qbenchmark_p.h.
Referenced by QXmlTestLogger::addBenchmarkResult(), QTestLogger::addBenchmarkResult(), and QTest::printBenchmarkResult().
int QBenchmarkResult::iterations |
Definition at line 99 of file qbenchmark_p.h.
Referenced by QXmlTestLogger::addBenchmarkResult(), QTestLogger::addBenchmarkResult(), operator<(), and QTest::printBenchmarkResult().
QTest::QBenchmarkMetric QBenchmarkResult::metric |
Definition at line 100 of file qbenchmark_p.h.
Referenced by QXmlTestLogger::addBenchmarkResult(), QTestLogger::addBenchmarkResult(), and QTest::printBenchmarkResult().
bool QBenchmarkResult::setByMacro |
Definition at line 101 of file qbenchmark_p.h.
Referenced by QTest::printBenchmarkResult().
bool QBenchmarkResult::valid |
Definition at line 102 of file qbenchmark_p.h.
qreal QBenchmarkResult::value |
Definition at line 98 of file qbenchmark_p.h.
Referenced by QXmlTestLogger::addBenchmarkResult(), QTestLogger::addBenchmarkResult(), operator<(), QTest::printBenchmarkResult(), and QTest::qInvokeTestMethodDataEntry().