tiomap-dev team mailing list archive
-
tiomap-dev team
-
Mailing list archive
-
Message #00384
[Bug 705208] Re: [dash] wasting too much time scaling the background image while rendering
Let's try the technique outlined in
http://doc.qt.nokia.com/latest/qgraphicsview.html#cacheMode-prop
** Changed in: unity-2d
Status: New => Confirmed
** Changed in: unity-2d
Assignee: (unassigned) => Ricardo Salveti (rsalveti)
--
You received this bug notification because you are a member of TI OMAP
Developers, which is a direct subscriber.
https://bugs.launchpad.net/bugs/705208
Title:
[dash] wasting too much time scaling the background image while
rendering
Status in Unity 2D:
Confirmed
Bug description:
While testing Unity-2D with a Pandaboard, the performance is
relatively bad while using dash.
Running perf to understand what is consuming so much the CPU, it's
clear that most of the time the CPU is busy scaling the background
image. When the GnomeBackground is deactivated from the dash.qml the
performance improves a lot while using Dash at Pandaboard.
Will attach the debug data that shows the issue.