You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/pages/benchmarking-profiling.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ layout: default
18
18
|[snakeviz](https://jiffyclub.github.io/snakeviz/)| Browser based graphical viewer for the output of Python’s cProfile module. | 🟢 |
19
19
|[line_profiler](https://pypi.org/project/line-profiler/)| A tool for line-by-line profiling of functions. | 🟠 |
20
20
|[memray](https://bloomberg.github.io/memray/)| Tracks and reports memory allocations, both in Python code and in compiled extension modules. It also has a [plugin](https://pytest-memray.readthedocs.io/en/latest/) for easy integration with pytest. Only works on Linux and macOS. | 🟠 |
21
-
|[memory_profiler](https://pypi.org/project/memory-profiler/)| No longer actively maintained. A Python module for monitoring memory consumption of a process alongside line-by-line analysis of memory consumption. Might be a useful alternative to memray if you need to do memory profiling on Windows. |🔴|
21
+
|[memory_profiler](https://pypi.org/project/memory-profiler/)| No longer actively maintained. A Python module for monitoring memory consumption of a process alongside line-by-line analysis of memory consumption. Might be a useful alternative to memray if you need to do memory profiling on Windows. |🟠|
0 commit comments