![]() |
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"
#include <QFile>
#include <QJsonArray>
#include <QJsonDocument>
#include <QJsonObject>
#include <QTextStream>
Go to the source code of this file.
Namespaces | |
namespace | QQmlJS |
Variables | |
static constexpr int | QQmlJS::S_AOTSTATS_FORMAT_REVISION = 1 |
static constexpr QLatin1StringView | QQmlJS::S_CODEGEN_RESULT { "codegenResult" } |
static constexpr QLatin1StringView | QQmlJS::S_COLUMN { "column" } |
static constexpr QLatin1StringView | QQmlJS::S_DURATION_MICROSECONDS { "durationMicroseconds" } |
static constexpr QLatin1StringView | QQmlJS::S_ENTRIES { "entries" } |
static constexpr QLatin1StringView | QQmlJS::S_FILE_PATH { "filePath" } |
static constexpr QLatin1StringView | QQmlJS::S_FORMAT_REVISION { "formatRevision" } |
static constexpr QLatin1StringView | QQmlJS::S_FUNCTION_NAME { "functionName" } |
static constexpr QLatin1StringView | QQmlJS::S_LINE { "line" } |
static constexpr QLatin1StringView | QQmlJS::S_MESSAGE { "message" } |
static constexpr QLatin1StringView | QQmlJS::S_MODULES { "modules" } |
static constexpr QLatin1StringView | QQmlJS::S_MODULE_FILES { "moduleFiles" } |
static constexpr QLatin1StringView | QQmlJS::S_MODULE_ID { "moduleId" } |