Thanks a lot, Tarani. I should read maemo docs more careful :) I found the tip of using valgrind under scratchbox in the Maemo Debugging Guide.<br><br>BTW I watched a top during the application was working. It took up to 80% of memory and about 20% of CPU at some point. So, I&#39;m going to trace it using valgrind.
<br><br><div><span class="gmail_quote">On 12/18/07, <b class="gmail_sendername">Tapani Pälli</b> &lt;<a href="mailto:tapani.palli@nokia.com">tapani.palli@nokia.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ext Michael Stepanov wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I ported existing SDL application to maemo platform. It works fine on<br>&gt; N800 but on Nokia770 ii crashes very often. And I suppose it happens<br>&gt; because the application takes a lot of recourses - memory or CPU. Can
<br>&gt; somebody give me a right point to optimize that application - some<br>&gt; docs, hack, tips.<br>&gt;<br>One thing to note is that make sure you are clipping properly all the<br>drawing you do. However it sounds like there are some other bugs in the
<br>application. Try to run it in desktop environment using valgrind<br>(<a href="http://valgrind.org/">http://valgrind.org/</a>). Also from the optimization point of view, make<br>sure you are converting all your surfaces to same format as screen has
<br>(using SDL_ConvertSurface for example).<br><br>&gt; Thanks in advance.<br>&gt;<br>&gt; --<br>&gt; Cheers,<br>&gt; Michael<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________
<br>&gt; maemo-developers mailing list<br>&gt; <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>&gt; <a href="https://lists.maemo.org/mailman/listinfo/maemo-developers">https://lists.maemo.org/mailman/listinfo/maemo-developers
</a><br>&gt;<br><br><br>// Tapani Pälli<br><br>--<br>Software Engineer<br>Open Source Software Operations<br><br></blockquote></div><br><br clear="all"><br>-- <br>Cheers,<br>Michael