Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-18549

Animation timer seems to take too long time to expire during scrolling a qml list in Symbian device.

    XMLWordPrintable

Details

    • be4d73861441bd39d946d71b93f7f6f0ab445b50

    Description

      Using qt-components performance test application (https://qt.gitorious.org/qt-components/qt-components/trees/master/tests/manual/performancetest) it seems that FPS value is slow during scrolling. One reson for this is complicated ListItem in the delegates. I changed the delegate to be simpler one so that the list item creation takes 2-3 milliseconds and the painting time is about 8 ms. The animation timer should tick every 16 ms but it seems to be ticking every 18-20 msecs. This extra time (2-3 msecs) seems to be about the same as the item creation time. Could it be so that the timer is paused during item creation?

      Attachments

        1. timerStats.zip
          1 kB
          Murray Read
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mread Murray Read
            kiilholm Mikko Kiilholma
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes