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::QQmlJSAotCompilerStats Class Reference

#include <qqmljscompilerstats_p.h>

+ Collaboration diagram for QQmlJS::QQmlJSAotCompilerStats:

Static Public Member Functions

static AotStatsinstance ()
 
static bool recordAotStats ()
 
static void setRecordAotStats (bool recordAotStats)
 
static QString moduleId ()
 
static void setModuleId (const QString &moduleId)
 
static void addEntry (const QString &filepath, const QQmlJS::AotStatsEntry &entry)
 

Detailed Description

Definition at line 69 of file qqmljscompilerstats_p.h.

Member Function Documentation

◆ addEntry()

void QQmlJS::QQmlJSAotCompilerStats::addEntry ( const QString & filepath,
const QQmlJS::AotStatsEntry & entry )
static

Definition at line 181 of file qqmljscompilerstats.cpp.

◆ instance()

static AotStats * QQmlJS::QQmlJSAotCompilerStats::instance ( )
inlinestatic

Definition at line 72 of file qqmljscompilerstats_p.h.

◆ moduleId()

static QString QQmlJS::QQmlJSAotCompilerStats::moduleId ( )
inlinestatic

Definition at line 77 of file qqmljscompilerstats_p.h.

◆ recordAotStats()

static bool QQmlJS::QQmlJSAotCompilerStats::recordAotStats ( )
inlinestatic

Definition at line 74 of file qqmljscompilerstats_p.h.

◆ setModuleId()

static void QQmlJS::QQmlJSAotCompilerStats::setModuleId ( const QString & moduleId)
inlinestatic

Definition at line 78 of file qqmljscompilerstats_p.h.

◆ setRecordAotStats()

static void QQmlJS::QQmlJSAotCompilerStats::setRecordAotStats ( bool recordAotStats)
inlinestatic

Definition at line 75 of file qqmljscompilerstats_p.h.


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