Skip to content

Commit

Permalink
Adding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-malakhov committed Sep 27, 2018
1 parent 753282b commit 6fa4e08
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/reference/envvars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ These variables influence what is printed out during compilation of
of the compiler frontend, up to and including generation of the Numba
Intermediate Representation.

.. envvar:: NUMBA_DEBUGINFO

if sets to non-zero, enable debug for the full application by setting
the default value of the ``debug`` option in ``jit``. Beware that
enabling debug info significantly increases the memory consumption
for each compiled function.
Default value euqals to the value of `NUMBA_ENABLE_PROFILING`.

.. envvar:: NUMBA_DEBUG_TYPEINFER

If set to non-zero, print out debugging information about type inference.
Expand All @@ -106,6 +114,11 @@ These variables influence what is printed out during compilation of
If set to non-zero, print out information about operation of the
:ref:`JIT compilation cache <jit-cache>`.

.. envvar:: NUMBA_ENABLE_PROFILING

Enables JIT events of LLVM in order to support profiling of jitted functions.
This option is automatically enabled under certain profilers.

.. envvar:: NUMBA_TRACE

If set to non-zero, trace certain function calls (function entry and exit
Expand Down

0 comments on commit 6fa4e08

Please sign in to comment.