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
QQmlJS::AotStatsEntry Struct Reference

#include <qqmljscompilerstats_p.h>

+ Collaboration diagram for QQmlJS::AotStatsEntry:

Public Member Functions

bool operator< (const AotStatsEntry &) const
 

Public Attributes

std::chrono::microseconds codegenDuration
 
QString functionName
 
QString errorMessage
 
int line = 0
 
int column = 0
 
bool codegenSuccessful = true
 

Detailed Description

Definition at line 31 of file qqmljscompilerstats_p.h.

Member Function Documentation

◆ operator<()

bool QQmlJS::AotStatsEntry::operator< ( const AotStatsEntry & other) const

Definition at line 22 of file qqmljscompilerstats.cpp.

References line, and other().

+ Here is the call graph for this function:

Member Data Documentation

◆ codegenDuration

std::chrono::microseconds QQmlJS::AotStatsEntry::codegenDuration

Definition at line 33 of file qqmljscompilerstats_p.h.

Referenced by QQmlJS::AotStats::fromJsonDocument().

◆ codegenSuccessful

bool QQmlJS::AotStatsEntry::codegenSuccessful = true

Definition at line 38 of file qqmljscompilerstats_p.h.

Referenced by QQmlJS::AotStats::fromJsonDocument().

◆ column

int QQmlJS::AotStatsEntry::column = 0

Definition at line 37 of file qqmljscompilerstats_p.h.

Referenced by QQmlJS::AotStats::fromJsonDocument().

◆ errorMessage

QString QQmlJS::AotStatsEntry::errorMessage

Definition at line 35 of file qqmljscompilerstats_p.h.

Referenced by QQmlJS::AotStats::fromJsonDocument().

◆ functionName

QString QQmlJS::AotStatsEntry::functionName

Definition at line 34 of file qqmljscompilerstats_p.h.

Referenced by QQmlJS::AotStats::fromJsonDocument().

◆ line

int QQmlJS::AotStatsEntry::line = 0

Definition at line 36 of file qqmljscompilerstats_p.h.

Referenced by QQmlJS::AotStats::fromJsonDocument().


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