Skip to content

Numba FAQ

Sylwester Arabas edited this page May 10, 2023 · 3 revisions

How to profile Numba code?

We do not know!
Related StackOverflow questions:

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 pytest -We tests
Clone this wiki locally