Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

References checkpointIndex, QString::fromLatin1(), QString::number(), slotName, and tag.

+ Here is the call graph for this function:

Member Data Documentation

◆ checkpointIndex

int QBenchmarkContext::checkpointIndex = -1

Definition at line 48 of file qbenchmark_p.h.

Referenced by toString().

◆ slotName

QString QBenchmarkContext::slotName

Definition at line 45 of file qbenchmark_p.h.

Referenced by toString().

◆ tag

QString QBenchmarkContext::tag

Definition at line 46 of file qbenchmark_p.h.

Referenced by toString().


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