Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QBenchmarkContext Struct Reference

#include <qbenchmark_p.h>

Collaboration diagram for QBenchmarkContext:

Public Member Functions

QString toString () const
 QBenchmarkContext ()=default

Public Attributes

QString slotName
QString tag
int checkpointIndex = -1

Detailed Description

Definition at line 42 of file qbenchmark_p.h.

Constructor & Destructor Documentation

◆ QBenchmarkContext()

QBenchmarkContext::QBenchmarkContext ( )
default

Member Function Documentation

◆ toString()

QString QBenchmarkContext::toString ( ) const
inline

Definition at line 50 of file qbenchmark_p.h.

Member Data Documentation

◆ checkpointIndex

int QBenchmarkContext::checkpointIndex = -1

Definition at line 48 of file qbenchmark_p.h.

◆ slotName

QString QBenchmarkContext::slotName

Definition at line 45 of file qbenchmark_p.h.

◆ tag

QString QBenchmarkContext::tag

Definition at line 46 of file qbenchmark_p.h.


The documentation for this struct was generated from the following file: