We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How to profile Numba code?
We do not know!
How to disable the JIT compilation?
Set the NUMBA_DISABLE_JIT env var to 1, e.g. a good starting point for debugging tests would be:
NUMBA_DISABLE_JIT
1
NUMBA_DISABLE_JIT=1 pytest -We tests