![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/private/qabstractanimation_p.h>
#include <QtQuick/private/qtquickglobal_p.h>
#include <QtCore/private/qnumeric_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) |
#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 393 of file qquickprofiler_p.h.
#define Q_QUICK_PROFILE | ( | feature, | |
Method ) |
Definition at line 343 of file qquickprofiler_p.h.
#define Q_QUICK_PROFILE_IF_ENABLED | ( | feature, | |
Code ) |
Definition at line 36 of file qquickprofiler_p.h.
Definition at line 381 of file qquickprofiler_p.h.
Definition at line 388 of file qquickprofiler_p.h.
Definition at line 352 of file qquickprofiler_p.h.
Definition at line 375 of file qquickprofiler_p.h.
Definition at line 358 of file qquickprofiler_p.h.
#define Q_QUICK_SG_PROFILE_START | ( | Type | ) |
Definition at line 347 of file qquickprofiler_p.h.
#define Q_QUICK_SG_PROFILE_START_SYNCHRONIZED | ( | Type1, | |
Type2 ) |
Definition at line 363 of file qquickprofiler_p.h.
#define Q_QUICK_SG_PROFILE_SWITCH | ( | Type1, | |
Type2, | |||
position ) |
Definition at line 369 of file qquickprofiler_p.h.