Pypy with Cython

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Feb 3 18:04:02 EST 2022


On 4/02/22 5:07 am, Albert-Jan Roskam wrote:
>     On Feb 3, 2022 17:01, Dan Stromberg <drsalists at gmail.com> wrote:
> 
>     What profiler do you recommend

If it runs for that long, just measuring execution time should
be enough. Python comes with a "timeit" module to help with
that, or you can use whatever your OS provides (e.g. the
"time" shell command in unices).

-- 
Greg


More information about the Python-list mailing list