![]() |
Qt 6.x
The Qt SDK
|
#include <private/qfinitestack_p.h>
#include <private/qqmlbinding_p.h>
#include <private/qqmlboundsignal_p.h>
#include <private/qqmlglobal_p.h>
#include <private/qv4function_p.h>
#include <QtCore/qurl.h>
#include <QtCore/qstring.h>
Go to the source code of this file.
Classes | |
class | QQmlProfiler |
struct | QQmlBindingProfiler |
struct | QQmlHandlingSignalProfiler |
struct | QQmlCompilingProfiler |
struct | QQmlVmeProfiler |
struct | QQmlObjectCreationProfiler |
struct | QQmlObjectCompletionProfiler |
Macros | |
#define | Q_QML_PROFILE_IF_ENABLED(feature, profiler, Code) |
#define | Q_QML_PROFILE(feature, profiler, Method) |
#define | Q_QML_OC_PROFILE(member, Code) |
#define Q_QML_OC_PROFILE | ( | member, | |
Code | |||
) |
Definition at line 37 of file qqmlprofiler_p.h.
#define Q_QML_PROFILE | ( | feature, | |
profiler, | |||
Method | |||
) |
Definition at line 36 of file qqmlprofiler_p.h.
#define Q_QML_PROFILE_IF_ENABLED | ( | feature, | |
profiler, | |||
Code | |||
) |
Definition at line 35 of file qqmlprofiler_p.h.