Talk:Qt Creator ManualTests QtQuick

From Qt Wiki
Jump to navigation Jump to search

A few things are outdated here:

  • The default Qt Quick Application does not normally have an onTriggered or onClicked handler.
  • For QML profiling you should use the "Profile" mode, not the "Debug" mode.
  • You should probably also check the flame graph view when QML profiling.
  • The "recording profiling data" section is unclear. I take it that you should alternate between with the qmake and qmlproject projects. Having both open at the same time doesn't really add anything.
  • The QML profiler timeline does not start at 0, but at the point in time when the application started recording.
  • The timeline overview scroller is not blue most of the time.
  • The comment about anonymous events in the statistics is unclear. The statistics only show comiling, creating, binding, JS, and signal events, but all of those.

-- Ulf Hermann 11:39, 28 May 2018‎

Thank you for those. I think I fixed most of the issues, but what do you mean by "use the 'Profile' mode, not the 'Debug' mode"? AFAIK, the QML Profiler is only visible in Debug mode. Do you mean the "Profile" build configuration? --Robert Loehning (talk) 12:34, 25 July 2018 (UTC)