Skip to content

Commit

Permalink
Complete the documentation for the configuration file options
Browse files Browse the repository at this point in the history
We were missing some entries in the documentation listing the options
that can go into the configuration file.
  • Loading branch information
pablogsal committed Jun 23, 2023
1 parent 9fc6c5c commit ad9b759
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@ The complete list of command line options is:
``hide_memray_summary(bool)``
Hide the memray summary at the end of the execution.

``stacks(int)``
Show the N most recent stack entries when showing tracebacks of memory allocations

``native(bool)``
Include native frames when showing tracebacks of memory allocations (will be slower)

``trace_python_allocators(bool)``
Record allocations made by the Pymalloc allocator (will be slower)

0 comments on commit ad9b759

Please sign in to comment.