![]() |
Qt 6.x
The Qt SDK
|
#include <qbenchmark_p.h>
Public Member Functions | |
QBenchmarkResult ()=default | |
QBenchmarkResult (const QBenchmarkContext &context, QBenchmarkMeasurerBase::Measurement m, const int iterations, bool setByMacro) | |
bool | operator< (const QBenchmarkResult &other) const |
Public Attributes | |
QBenchmarkContext | context |
QBenchmarkMeasurerBase::Measurement | measurement = { -1, QTest::FramesPerSecond } |
int | iterations = -1 |
bool | setByMacro = true |
Definition at line 60 of file qbenchmark_p.h.
|
default |
|
inline |
Definition at line 70 of file qbenchmark_p.h.
|
inline |
Definition at line 79 of file qbenchmark_p.h.
References iterations, measurement, other(), and QBenchmarkMeasurerBase::Measurement::value.
QBenchmarkContext QBenchmarkResult::context |
Definition at line 63 of file qbenchmark_p.h.
int QBenchmarkResult::iterations = -1 |
Definition at line 65 of file qbenchmark_p.h.
Referenced by operator<().
QBenchmarkMeasurerBase::Measurement QBenchmarkResult::measurement = { -1, QTest::FramesPerSecond } |
Definition at line 64 of file qbenchmark_p.h.
Referenced by operator<().
bool QBenchmarkResult::setByMacro = true |
Definition at line 66 of file qbenchmark_p.h.