1
在分析Python脚本时,按percall对cProfile输出进行排序
我正在使用 python -m cProfile -s calls myscript.py python -m cProfile -s percall myscript.py 不起作用。 Python文档说“在Stats文档中查找有效的排序值。”:http : //docs.python.org/library/profile.html#module-cProfile,我找不到。