diff options
author | Ulf Hermann <[email protected]> | 2018-04-05 09:47:33 +0200 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2018-04-19 08:09:07 +0000 |
commit | 1c2e0f387f552d3fbe98050f8629c11829ec95f7 (patch) | |
tree | 1a03f9f0e5c68f384d5940f19a59017f648a820a /src/plugins/qmlprofiler/scenegraphtimelinemodel.cpp | |
parent | 7099f215865d90b69906dc92da77857fa0e66165 (diff) |
QmlProfiler: Move parts of model manager and trace file to Timeline
This way we can use the trace file loading and saving mechanism for
other profilers.
Change-Id: I98ec1cdde6f7abcea152cabf72e64d4e696dfa59
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/scenegraphtimelinemodel.cpp')
-rw-r--r-- | src/plugins/qmlprofiler/scenegraphtimelinemodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/scenegraphtimelinemodel.cpp b/src/plugins/qmlprofiler/scenegraphtimelinemodel.cpp index ab14fbae118..b85aa561352 100644 --- a/src/plugins/qmlprofiler/scenegraphtimelinemodel.cpp +++ b/src/plugins/qmlprofiler/scenegraphtimelinemodel.cpp @@ -219,6 +219,7 @@ void SceneGraphTimelineModel::finalize() { computeNesting(); flattenLoads(); + QmlProfilerTimelineModel::finalize(); } void SceneGraphTimelineModel::flattenLoads() |