![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljscompilerstats_p.h>
Public Member Functions | |
const QHash< QString, QHash< QString, QList< AotStatsEntry > > > & | entries () const |
void | registerFile (const QString &moduleId, const QString &filepath) |
void | addEntry (const QString &moduleId, const QString &filepath, const AotStatsEntry &entry) |
void | insert (const AotStats &other) |
bool | saveToDisk (const QString &filepath) const |
QJsonDocument | toJsonDocument () const |
Static Public Member Functions | |
static std::optional< QStringList > | readAllLines (const QString &path) |
static std::optional< AotStats > | parseAotstatsFile (const QString &aotstatsPath) |
static std::optional< AotStats > | aggregateAotstatsList (const QString &aotstatsListPath) |
static std::optional< AotStats > | fromJsonDocument (const QJsonDocument &) |
Friends | |
class | QQmlJSAotCompilerStats |
Definition at line 47 of file qqmljscompilerstats_p.h.
void QQmlJS::AotStats::addEntry | ( | const QString & | moduleId, |
const QString & | filepath, | ||
const AotStatsEntry & | entry ) |
Definition at line 195 of file qqmljscompilerstats.cpp.
|
static |
Definition at line 64 of file qqmljscompilerstats.cpp.
|
inline |
Definition at line 52 of file qqmljscompilerstats_p.h.
|
static |
Definition at line 99 of file qqmljscompilerstats.cpp.
Definition at line 30 of file qqmljscompilerstats.cpp.
|
static |
Definition at line 53 of file qqmljscompilerstats.cpp.
Definition at line 37 of file qqmljscompilerstats.cpp.
Definition at line 190 of file qqmljscompilerstats.cpp.
bool QQmlJS::AotStats::saveToDisk | ( | const QString & | filepath | ) | const |
Definition at line 201 of file qqmljscompilerstats.cpp.
QJsonDocument QQmlJS::AotStats::toJsonDocument | ( | ) | const |
Definition at line 145 of file qqmljscompilerstats.cpp.
|
friend |
Definition at line 49 of file qqmljscompilerstats_p.h.