Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 6.0.0-beta1
Description
Open qtdoc/examples/demos/samegame qmake project
Switch to QML profiler and start profiling
Pause recording without exiting application
Observe a Pixmap cache section above Scene Graph.
Start recording again.
Pause recording.
Observe that the previous timeline info is not available anymore, which can be confirmed by a missing Pixmap cache section.
According to https://wiki.qt.io/Qt_Creator_ManualTests_QtQuick
With and without an already profiled app disable profiling by hitting the record button and start running again. Does the widget 's content still hold the data of the former profiling (or none if there wasn't any)?
It sounds like the previously recorded data should still be available for navigation in the second recording?