![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/private/qabstractanimation_p.h>
#include <QtQuick/private/qtquickglobal_p.h>
#include <QtCore/qurl.h>
#include <QtCore/qsize.h>
#include <QtCore/qmutex.h>
#include <QtCore/qthreadstorage.h>
Go to the source code of this file.
Classes | |
struct | QQuickProfiler |
Macros | |
#define | Q_QUICK_PROFILE_IF_ENABLED(feature, Code) |
#define | Q_QUICK_PROFILE(feature, Method) Q_QUICK_PROFILE_IF_ENABLED(feature, QQuickProfiler::Method) |
#define | Q_QUICK_SG_PROFILE_START(Type) |
#define | Q_QUICK_SG_PROFILE_RECORD(Type, position) |
#define | Q_QUICK_SG_PROFILE_SKIP(Type, position, Skip) |
#define | Q_QUICK_SG_PROFILE_START_SYNCHRONIZED(Type1, Type2) |
#define | Q_QUICK_SG_PROFILE_SWITCH(Type1, Type2, position) |
#define | Q_QUICK_SG_PROFILE_REPORT(Type, position) |
#define | Q_QUICK_SG_PROFILE_END(Type, position) |
#define | Q_QUICK_SG_PROFILE_END_WITH_PAYLOAD(Type, position, Payload) |
#define | Q_QUICK_INPUT_PROFILE(Type, DetailType, A, B) |
Definition at line 380 of file qquickprofiler_p.h.
#define Q_QUICK_PROFILE | ( | feature, | |
Method | |||
) | Q_QUICK_PROFILE_IF_ENABLED(feature, QQuickProfiler::Method) |
Definition at line 330 of file qquickprofiler_p.h.
#define Q_QUICK_PROFILE_IF_ENABLED | ( | feature, | |
Code | |||
) |
Definition at line 34 of file qquickprofiler_p.h.
Definition at line 368 of file qquickprofiler_p.h.
Definition at line 375 of file qquickprofiler_p.h.
Definition at line 339 of file qquickprofiler_p.h.
Definition at line 362 of file qquickprofiler_p.h.
Definition at line 345 of file qquickprofiler_p.h.
#define Q_QUICK_SG_PROFILE_START | ( | Type | ) |
Definition at line 334 of file qquickprofiler_p.h.
#define Q_QUICK_SG_PROFILE_START_SYNCHRONIZED | ( | Type1, | |
Type2 | |||
) |
Definition at line 350 of file qquickprofiler_p.h.
#define Q_QUICK_SG_PROFILE_SWITCH | ( | Type1, | |
Type2, | |||
position | |||
) |
Definition at line 356 of file qquickprofiler_p.h.