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:
Alessandro Portale
2022-10-14 19:24:19 +02:00
parent e36ff27403
commit ca4566f3e8

View File

@@ -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")