GNOME Bugzilla – Bug 469048
GtkTreeView scrolling is very "streaky" as of Gutsy
Last modified: 2007-09-23 22:58:45 UTC
Downstream report: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/132342 "This shows up in Nautilus' "List View" and in Gossip's contact list. Scrolling a window with a high DPI mouse causes excessive streaking before it redraws. The performance was much better on Feisty, I found." So this is a performance regression between 2.10 and 2.11. Is anyone else finding this? How can I debug and benchmark this?
A good start would be some general looking at the processor usage. Also using Oprofile might yield some nice results: http://blogs.gnome.org/bbiggs/2005/10/12/using-oprofile/
Or Sysprof for slightly less involved profiling, it seems to be in Gutsy.
I haven't noticed this at all on my machines, and keep in mind that GtkTreeView has not been extensively changed in trunk. Keep in mind that the problem can be in a completely different corner, so having some profiles would be good.
FWIW, I see this too and the visual effect is the same than described in bug 460534. This is on a 1.5Ghz CPU though, so the slow-machine factor shouldn't be an issue here.
Yes, Xan, that seems to be the problem. Although what I don't understand is why it (at least seemed) to be better in GTK 2.10. I need to install Feisty and profile it.
Think I'll close this now, as Bug 460534 is closed.