forked from qt-creator/qt-creator
QmlProfiler: Add a binary trace format
Storing traces in binary form is preferable as loading and saving is faster and the trace files are smaller. Change-Id: Ia7340ac526d5ce9391b1e32fc48fc1fab3ffa13d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
@@ -40,7 +40,8 @@ const char ANALYZER[] = "Analyzer";
|
||||
|
||||
const int QML_MIN_LEVEL = 1; // Set to 0 to remove the empty line between models in the timeline
|
||||
|
||||
const char TraceFileExtension[] = ".qtd";
|
||||
const char QtdFileExtension[] = ".qtd";
|
||||
const char QztFileExtension[] = ".qzt";
|
||||
|
||||
const char QmlProfilerPerspectiveId[] = "QmlProfiler.Perspective";
|
||||
const char QmlProfilerTimelineDockId[] = "QmlProfiler.Timeline.Dock";
|
||||
|
||||
Reference in New Issue
Block a user