We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c8f01 commit fb30d5bCopy full SHA for fb30d5b
README.md
@@ -878,7 +878,7 @@ Python实现的数据库。
878
* flask-debugtoolbar:django-debug-toolbar 的 flask 版。[官网](https://github.com/mgood/flask-debugtoolbar)
879
* 性能分析器
880
* lineprofiler:逐行性能分析。[官网](https://github.com/rkern/lineprofiler)
881
- * memoryprofiler:监控 Python 代码的内存使用。[官网](https://github.com/fabianp/memoryprofiler)
+ * [Memory Profiler](http://hao.jobbole.com/memory_profiler/):监控 Python 代码的内存使用。[官网](http://pypi.python.org/pypi/memory_profiler)、[内存](https://github.com/fabianp/memoryprofiler)
882
* profiling:一个交互式 Python 性能分析工具。[官网](https://github.com/what-studio/profiling)
883
* 其他
884
* pyelftools:解析和分析 ELF 文件以及 DWARF 调试信息。[官网](https://github.com/eliben/pyelftools)
0 commit comments