On 15-05-08 20:48, Robert Bradshaw wrote:

On May 15, 2008, at 7:33 AM, Lisandro Dalcin wrote:

I believe Python core, if configured appropriatelly, can still profile
C functions in extension modules. But I never did that.

You can still use the same profiling tools, it just won't break them down the cdef functions individually (though the total times should still be correct).

The cdef functions are just what I am interested in. I found a short thread on the Python mailing list on profiling C extensions that says it should work:
http://mail.python.org/pipermail/python-list/2005-October/345192.html

Now I'm going to find out whether shared objects can be profiled (some webpages indicate 'no', but the manpage for my current gprof does not say anything about the subject).


Regards,

Joost

--
Joost Cassee
http://joost.cassee.net

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to