add Memory Profiler url

pull/7/merge
tangyouhua 2016-10-24 21:57:36 +08:00
parent b4c8f013a6
commit fb30d5b8a3
1 changed files with 1 additions and 1 deletions

View File

@ -878,7 +878,7 @@ Python实现的数据库。
* flask-debugtoolbardjango-debug-toolbar 的 flask 版。[官网](https://github.com/mgood/flask-debugtoolbar)
* 性能分析器
* lineprofiler逐行性能分析。[官网](https://github.com/rkern/lineprofiler)
* 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)
* profiling一个交互式 Python 性能分析工具。[官网](https://github.com/what-studio/profiling)
* 其他
* pyelftools解析和分析 ELF 文件以及 DWARF 调试信息。[官网](https://github.com/eliben/pyelftools)