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
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 message
int line = 0
int column = 0
CodegenResult codegenResult = CodegenResult::Success

Detailed Description

Definition at line 35 of file qqmljscompilerstats_p.h.

Member Function Documentation

◆ operator<()

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

Definition at line 23 of file qqmljscompilerstats.cpp.

Member Data Documentation

◆ codegenDuration

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

Definition at line 37 of file qqmljscompilerstats_p.h.

◆ codegenResult

CodegenResult QQmlJS::AotStatsEntry::codegenResult = CodegenResult::Success

Definition at line 42 of file qqmljscompilerstats_p.h.

◆ column

int QQmlJS::AotStatsEntry::column = 0

◆ functionName

QString QQmlJS::AotStatsEntry::functionName

Definition at line 38 of file qqmljscompilerstats_p.h.

◆ line

int QQmlJS::AotStatsEntry::line = 0

Definition at line 40 of file qqmljscompilerstats_p.h.

◆ message

QString QQmlJS::AotStatsEntry::message

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