![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
References QBenchmarkResult(), iterations, and setByMacro.
Referenced by QBenchmarkResult().
|
inline |
Definition at line 79 of file qbenchmark_p.h.
QBenchmarkContext QBenchmarkResult::context |
Definition at line 63 of file qbenchmark_p.h.
Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), and testing.tools.safetynet_job.JobRun::Run().
int QBenchmarkResult::iterations = -1 |
Definition at line 65 of file qbenchmark_p.h.
Referenced by QBenchmarkResult(), and QCsvBenchmarkLogger::addBenchmarkResult().
QBenchmarkMeasurerBase::Measurement QBenchmarkResult::measurement = { -1, QTest::FramesPerSecond } |
Definition at line 64 of file qbenchmark_p.h.
bool QBenchmarkResult::setByMacro = true |
Definition at line 66 of file qbenchmark_p.h.
Referenced by QBenchmarkResult().