<html>
<head>
<base href="https://bugzilla.gnome.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - drawing performance worse than X"
href="https://bugzilla.gnome.org/show_bug.cgi?id=763350#c33">Comment # 33</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - drawing performance worse than X"
href="https://bugzilla.gnome.org/show_bug.cgi?id=763350">bug 763350</a>
from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=rstrode%40redhat.com" title="Ray Strode [halfline] <rstrode@redhat.com>"> <span class="fn">Ray Strode [halfline]</span></a>
</span></b>
<pre>Okay so with those sysprof profiles, most of the time is spent drawing (for
both weston and mutter): gtk_widget_draw_internal and libpixman (though that's
missing debug symbols, but it's probably drawing related), which is what you'd
expect during an animation I guess. So if we're not hitting the framerate we
want, then assuming drawing takes less time than a frame (which is a reasonable
assumption since it's fluid on weston and the drawing isn't different there),
we must not be drawing frequently enough. I think these profiles suggest,
indeed, the timings are wonky.
Can you instrument maybe_start_idle in gdkframeclockidle to print out what
min_interval it's using for mutter versus weston ?
Does your version of mutter have this commit, by the way?
<a href="https://git.gnome.org/browse/mutter/commit/?id=50099c4c10c9311c6d0deb978d21637c9437c027">https://git.gnome.org/browse/mutter/commit/?id=50099c4c10c9311c6d0deb978d21637c9437c027</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>