提交 6ec209a6 authored 作者: Frederic's avatar Frederic

Added link to runsnake and cprofile tool.

上级 b880f167
...@@ -487,7 +487,9 @@ a specific branch (REMOTE_BRANCH_NAME) from the remote repository ...@@ -487,7 +487,9 @@ a specific branch (REMOTE_BRANCH_NAME) from the remote repository
Other tools that can help you Other tools that can help you
============================= =============================
* `cProfile <http://docs.python.org/library/profile.html>`_: time profiler that work at function level.
* `Yep <http://pypi.python.org/pypi/yep>`_: A module for profiling compiled extensions. * `Yep <http://pypi.python.org/pypi/yep>`_: A module for profiling compiled extensions.
* `autopep8 <http://pypi.python.org/pypi/autopep8/>`_: A tool that automatically formats Python code to conform to the PEP 8 style guide. * `autopep8 <http://pypi.python.org/pypi/autopep8/>`_: A tool that automatically formats Python code to conform to the PEP 8 style guide.
* `line_profiler <http://pypi.python.org/pypi/line_profiler/>`_: Line-by-line profiler. * `line_profiler <http://pypi.python.org/pypi/line_profiler/>`_: Line-by-line profiler.
* `memory_profiler <http://fseoane.net/blog/2012/line-by-line-report-of-memory-usage/>`_: memory profiler * `memory_profiler <http://fseoane.net/blog/2012/line-by-line-report-of-memory-usage/>`_: memory profiler
* `runsnake <http://www.vrplumber.com/programming/runsnakerun/>`_: Gui for cProfile(time profiler) and Meliae(memory profiler)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论