下拉刷新
Repository Details
Shared bynavbar_avatar
repo_avatar
HelloGitHub Rating
0 ratings
告诉你代码慢在哪里的 Python 性能分析器
FreeBSD-3-Clause
Claim
Collect
Share
6.7k
Stars
No
Chinese
Python
Language
Yes
Active
57
Contributors
43
Issues
No
Organization
5.0.0
Latest
240
Forks
BSD-3-Clause
License
More
pyinstrument image
简单易用的 Python 代码性能分析库,优化 Python 代码的工具。支持 Python 3.7+ 能够分析异步代码,仅需一条命令即可显示具体到函数的耗时,快速指出影响代码性能的地方,帮助提高代码性能让你的代码快人一步 ``` # 命令模式 Usage: pyinstrument [options] scriptfile [arg] ... # 代码片段模式 from pyinstrument import Profiler profiler = Profiler() profiler.start() # 要分析的代码 profiler.stop() profiler.print() # 还支持 flask 等 Web 框架 ```
Included in:
Vol.65
Tags:
性能优化
Python

Comments

Rating:
No comments yet