You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide setup.py option to profile Cython code (dask#4362)
As it can be useful for development to profile the Cythonized code and
this requires an argument be provided to the extensions to enable, go
ahead and add some logic to `setup.py` to parse this option if provided.
If it is not provided, profiling is turned off, which is preferable as
this would impact the performance of the compiled code.
0 commit comments