Skip to content

Commit

Permalink
python/performance: Fix directive name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 28, 2024
1 parent baa54fe commit 2265869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CPU
- `vmprof <https://github.com/vmprof/vmprof-python>`__ is a statistic profiler, measures functions or lines, and supports threads and PyPy (and is aware of JIT).
- `timeit <https://docs.python.org/3/library/timeit.html>`__ is a deterministic profiler for code snippets.

.. admonitions:: Other profilers
.. admonition:: Other profilers

- `yappi <https://pypi.org/project/yappi/>`__ is a deterministic profiler, measures functions, supports threads and async, and has wall and CPU clocks.
- `pyinstrument <https://pypi.org/project/pyinstrument/>`__ is a `statistical profiler <https://pyinstrument.readthedocs.io/en/latest/how-it-works.html#statistical-profiling-not-tracing>`__, measures functions, and `supports async <https://pyinstrument.readthedocs.io/en/latest/how-it-works.html#async-profiling>`__ but `not threads <https://github.com/joerick/pyinstrument/issues/71>`__.
Expand Down

0 comments on commit 2265869

Please sign in to comment.