![]() |
Qt 6.x
The Qt SDK
|
#include <qbenchmark_p.h>
Public Member Functions | |
QString | toString () const |
QBenchmarkContext ()=default | |
Public Attributes | |
QString | slotName |
QString | tag |
int | checkpointIndex = -1 |
Definition at line 42 of file qbenchmark_p.h.
|
default |
|
inline |
Definition at line 50 of file qbenchmark_p.h.
References QString::arg(), checkpointIndex, QString::fromLatin1(), QString::number(), slotName, and tag.
int QBenchmarkContext::checkpointIndex = -1 |
Definition at line 48 of file qbenchmark_p.h.
Referenced by toString().
QString QBenchmarkContext::slotName |
Definition at line 45 of file qbenchmark_p.h.
Referenced by QuickTestResult::startBenchmark(), and toString().
QString QBenchmarkContext::tag |
Definition at line 46 of file qbenchmark_p.h.
Referenced by QuickTestResult::startBenchmark(), and toString().