Skip to content

Commit

Permalink
docs: Document options --stacks and --native
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtshafer authored and pablogsal committed Jun 23, 2023
1 parent e839fff commit 6a2c733
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 @@ -21,6 +21,12 @@ The complete list of command line options is:
``--memray-bin-prefix``
Prefix to use for the binary dump (by default a random UUID4 hex)

``--stacks=STACKS``
Show the N most recent stack entries when showing tracebacks of memory allocations

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

.. tab:: Config file options

``memray(bool)``
Expand Down

0 comments on commit 6a2c733

Please sign in to comment.