[Cython] GSoC Proposal - Reimplement C modules in CPython's standard library in Cython.

Sturla Molden sturla at molden.no
Sun Apr 17 22:11:19 CEST 2011


Den 17.04.2011 21:16, skrev Stefan Behnel:
>
> However, the different number of functions calls also makes the 
> profiling results less comparable, since there are fewer calls into 
> the profiler. This leads to a lower performance penalty for Cython in 
> the absolute timings, and consequently to an unfair comparison.
>

As I understand it, the profiler will give a profile of a module.

To measure absolute performance, one should use timeit or just time.clock.

Sturla




More information about the cython-devel mailing list