forked from qt-creator/qt-creator
QmlProfiler: Remove access to non-existent TimeInPercentRole
Change-Id: I4b909164d7d69e1fb1902ffde2a89ffdda455751 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -28,7 +28,6 @@ FlameGraphView {
|
|||||||
QmlProfilerFlameGraphModel.CallCountRole, qsTranslate("QmlProfiler", "Calls"),
|
QmlProfilerFlameGraphModel.CallCountRole, qsTranslate("QmlProfiler", "Calls"),
|
||||||
QmlProfilerFlameGraphModel.DetailsRole, qsTranslate("QmlProfiler", "Details"),
|
QmlProfilerFlameGraphModel.DetailsRole, qsTranslate("QmlProfiler", "Details"),
|
||||||
QmlProfilerFlameGraphModel.TimePerCallRole, qsTranslate("QmlProfiler", "Mean Time"),
|
QmlProfilerFlameGraphModel.TimePerCallRole, qsTranslate("QmlProfiler", "Mean Time"),
|
||||||
QmlProfilerFlameGraphModel.TimeInPercentRole, qsTranslate("QmlProfiler", "In Percent"),
|
|
||||||
QmlProfilerFlameGraphModel.LocationRole, qsTranslate("QmlProfiler", "Location"),
|
QmlProfilerFlameGraphModel.LocationRole, qsTranslate("QmlProfiler", "Location"),
|
||||||
QmlProfilerFlameGraphModel.AllocationsRole, qsTranslate("QmlProfiler", "Allocations"),
|
QmlProfilerFlameGraphModel.AllocationsRole, qsTranslate("QmlProfiler", "Allocations"),
|
||||||
QmlProfilerFlameGraphModel.MemoryRole, qsTranslate("QmlProfiler", "Memory")
|
QmlProfilerFlameGraphModel.MemoryRole, qsTranslate("QmlProfiler", "Memory")
|
||||||
|
|||||||
Reference in New Issue
Block a user