Re: [Cython] project proposal: line tracing/profiling, coverage, etc.

2013-05-08 Thread Stefan Behnel
Stefan Behnel, 08.05.2013 20:43: > in the past, Robert and I have invested some work into supporting profiling > and tracing in Cython, and I would like to see this finalised. While Python > level tracing and profiling might not seem like the ideal tools for > performance critical Cython code, they

[Cython] project proposal: line tracing/profiling, coverage, etc.

2013-05-08 Thread Stefan Behnel
Hi, in the past, Robert and I have invested some work into supporting profiling and tracing in Cython, and I would like to see this finalised. While Python level tracing and profiling might not seem like the ideal tools for performance critical Cython code, they are actually pretty handy when much