最佳答案
我用的是 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,我找不到它。