Skip to content

Commit

Permalink
python/performance: Remove newline for block comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney authored Aug 26, 2024
1 parent 7241a39 commit 754b54a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/python/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Once a hotspot is found, the solution might be to:

- `Scalene <https://pypi.org/project/scalene/>`__ for CPU, GPU and memory statistical profiling
- `Austin <https://github.com/P403n1x87/austin>`__ for CPU and memory statistical profiling, including running processes
- `psrecord <https://pypi.org/project/psrecord/>`__ to chart CPU and memory usage, in a running process
- `psrecord <https://pypi.org/project/psrecord/>`__ to chart CPU and memory usage, including running processes
- `psutil <https://pypi.org/project/psutil/>`__

CPU
Expand Down Expand Up @@ -70,7 +70,6 @@ When evaluating memory usage in production, remember the differences between `he
- `filprofiler <https://pypi.org/project/filprofiler/>`__ to diagnose peak memory

..
`memory-profiler <https://pypi.org/project/memory-profiler/>`__ is unmaintained. Use psrecord instead, unless profiling individual functions.
These are maintained, but not developed:
Expand Down

0 comments on commit 754b54a

Please sign in to comment.