<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">On Wednesday 16 September 2009, Boudewijn Rempt wrote:<br>
&gt; I did exactly the same thing as with tiles1. It was much slower -- and the<br>
&gt; results are certainly puzzling, since the main contention doesn't seem to<br>
&gt; come from the tile engine!<br>
I wouldn't be so sure, since 190168 is a mutex used by the event loop, if tiles3 use more signals it can be the explanation. Might be worth to try by disabling the glib loop event and see what happen.<br>
Use QT_NO_GLIB to disable glib event loop without recompiling Qt:<br>
export QT_NO_GLIB=1<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>-- <br>
Cyrille Berger</p></body></html>