2013/2/11 Eleytherios Stamatogiannakis <span dir="ltr"><<a href="mailto:estama@gmail.com" target="_blank">estama@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">><br>
> Which kind of profiler are you using? It possible that CPython builtin<br>
> functions are not profiled the same way as PyPy's.<br>
<br></div>
lsprofcalltree.py .<br>
<br>
>From APSW's source code, i think that it uses this API:<br>
<br>
(in cursor.c)<br>
PyUnicode_DecodeUTF8<br>
<br>
Maybe lsprofcalltree doesn't profile it?</blockquote></div><br>Indeed. CPU cost is hidden in the cursor method.<br clear="all"><div><br></div>-- <br>Amaury Forgeot d'Arc