![]() |
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 | |
| 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 |
Definition at line 35 of file qqmljscompilerstats_p.h.
| bool QQmlJS::AotStatsEntry::operator< | ( | const AotStatsEntry & | other | ) | const |
Definition at line 23 of file qqmljscompilerstats.cpp.
| std::chrono::microseconds QQmlJS::AotStatsEntry::codegenDuration |
Definition at line 37 of file qqmljscompilerstats_p.h.
| CodegenResult QQmlJS::AotStatsEntry::codegenResult = CodegenResult::Success |
Definition at line 42 of file qqmljscompilerstats_p.h.
| int QQmlJS::AotStatsEntry::column = 0 |
Definition at line 41 of file qqmljscompilerstats_p.h.
Referenced by testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close().
| QString QQmlJS::AotStatsEntry::functionName |
Definition at line 38 of file qqmljscompilerstats_p.h.
| int QQmlJS::AotStatsEntry::line = 0 |
Definition at line 40 of file qqmljscompilerstats_p.h.
| QString QQmlJS::AotStatsEntry::message |
Definition at line 39 of file qqmljscompilerstats_p.h.
Referenced by PRESUBMIT_test_mocks.MockOutputApi.PresubmitResult::__repr__().