Skip to content

Commit

Permalink
Add py-spy, closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 5, 2020
1 parent 85e97d7 commit 5654b37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/python/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ Requirements
Automated testing
-----------------

```shell
pip install .[test]
pytest
```
.. code-block:: shell
pip install .[test]
pytest
Release process
---------------
Expand Down
2 changes: 2 additions & 0 deletions docs/python/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ For example:
gprof2dot -f pstats code.prof | dot -Tpng -o output.png
open output.png
To see where a running program is spending its time, use `py-spy top <https://github.com/benfred/py-spy>`__.

Memory profiling
----------------

Expand Down

0 comments on commit 5654b37

Please sign in to comment.