forked from qt-creator/qt-creator
Add Quick3d profiler support
Add support for quick3d profiling Task-number: QTBUG-98146 Change-Id: Ida84537df685e8bddc536158519600d722a23d2e Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
committed by
Antti Määttä
parent
0d600b0761
commit
e37f1d3d6b
@@ -66,7 +66,8 @@ static const char *MESSAGE_STRINGS[] = {
|
||||
"PixmapCache",
|
||||
"SceneGraph",
|
||||
"MemoryAllocation",
|
||||
"DebugMessage"
|
||||
"DebugMessage",
|
||||
"Quick3D"
|
||||
};
|
||||
|
||||
Q_STATIC_ASSERT(sizeof(MESSAGE_STRINGS) == MaximumMessage * sizeof(const char *));
|
||||
|
||||
Reference in New Issue
Block a user