gpt4 book ai didi

python - 分析 Python 脚本时按 percall 对 cProfile 输出进行排序

转载 作者:IT老高 更新时间:2023-10-28 20:21:08 28 4
gpt4 key购买 nike

我正在使用 python -m cProfile -s 调用 myscript.py

python -m cProfile -s percall myscript.py 不起作用。

Python 文档说“在 Stats 文档中查找有效的排序值。”:http://docs.python.org/library/profile.html#module-cProfile ,我找不到。

最佳答案

-s 仅使用 the keys found under sort_stats.

calls (call count)
cumulative (cumulative time)
cumtime (cumulative time)
file (file name)
filename (file name)
module (file name)
ncalls (call count)
pcalls (primitive call count)
line (line number)
name (function name)
nfl (name/file/line)
stdname (standard name)
time (internal time)
tottime (internal time)

这是一个例子

python -m cProfile -s tottime myscript.py

关于python - 分析 Python 脚本时按 percall 对 cProfile 输出进行排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10326936/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com