Re: profiling in pyrex

Greg Ewing <[email protected]> Wed, 01 Dec 2010 13:17:13 +1300
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
Mihai Badoiu wrote:
> what is the best way to profile code written in pyrex?

There are no special tools or techniques that I'm aware of.
Just treat it as you would any other piece of C code.

-- =

Greg