2013/2/11 Eleytherios Stamatogiannakis <estama@gmail.com>
>
> Which kind of profiler are you using? It possible that CPython builtin
> functions are not profiled the same way as PyPy's.

lsprofcalltree.py .

>From APSW's source code, i think that it uses this API:

(in cursor.c)
PyUnicode_DecodeUTF8

Maybe lsprofcalltree doesn't profile it?

Indeed. CPU cost is hidden in the cursor method.

--
Amaury Forgeot d'Arc