Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qqmlprofiler_p.h File Reference
#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>
+ 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 37 of file qqmlprofiler_p.h.

◆ Q_QML_PROFILE

#define Q_QML_PROFILE (   feature,
  profiler,
  Method 
)

Definition at line 36 of file qqmlprofiler_p.h.

◆ Q_QML_PROFILE_IF_ENABLED

#define Q_QML_PROFILE_IF_ENABLED (   feature,
  profiler,
  Code 
)

Definition at line 35 of file qqmlprofiler_p.h.