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
qqmlprofiler_p.h File Reference

(72b4dff6c0ba7f51a9e97db73b06135b8d8cb287)

#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>
Include dependency graph for qqmlprofiler_p.h:
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

◆ Q_QML_OC_PROFILE

#define Q_QML_OC_PROFILE ( member,
Code )

Definition at line 36 of file qqmlprofiler_p.h.

◆ Q_QML_PROFILE

#define Q_QML_PROFILE ( feature,
profiler,
Method )

Definition at line 35 of file qqmlprofiler_p.h.

◆ Q_QML_PROFILE_IF_ENABLED

#define Q_QML_PROFILE_IF_ENABLED ( feature,
profiler,
Code )

Definition at line 34 of file qqmlprofiler_p.h.