Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-27472

In QML Profiler, every running Timer appears as another animation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 7.0.1
    • QML Profiler
    • None

    Description

      Steps to reproduce: Create an empty qt quick application, and add a Timer like this:

      import QtQuick
      import QtQuick.Window
      
      Window {
      	width: 640
      	height: 480
      	visible: true
      	title: qsTr("Hello World")
      
      	Timer {
      		interval: 333
      		running: true
      		repeat: true
      	}
      }
      
      

      Now run QML profiler, and in the 'Animations' row there will be an entry corresponding to the Timer.

       

      Performance issues are often caused by animations running unnecessarily. This bug makes it difficult to debug whether animations are running or not.

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ulherman Ulf Hermann
            daniel_mcinnes Daniel McInnes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes