luoheng
8/1/2019 - 11:51 AM

python 分析程序性能

使用python自带的cProfile,分析各个函数的调用和性能情况

python -m cProfile target.py