Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlprofiler_p.h File Reference

(5c5a2c24847c636857153078e4716fcb242f394d)

#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.