On Fri, Dec 5, 2008 at 8:35 AM, Greg Ewing <[EMAIL PROTECTED]> wrote:
> Robert Bradshaw wrote:
>> Perhaps a 1000 line
>> enum is a bit faster, but it seems like it should be a lot faster
>
> It might be informative to find out what proportion of
> the time is spent on scanning, parsing, building the
> parse tree, traversing the parse tree, etc.

What kind of profiling would be most useful for cython/pyrex
developers ? I did not see any option for profiling cython itself in
cython code, but is hotshot kind of information preferred over
cProfile ?

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

Reply via email to