ADD file via upload

main
ptlwmhjs9 2 months ago
parent 7543605720
commit 307df45baf

@ -0,0 +1,8 @@
import pstats
# 读取cProfile输出的文件
prof_file = 'output.prof'
prof_stats = pstats.Stats(prof_file)
# 打印输出文件的内容
prof_stats.print_stats() # 打印所有的统计信息
Loading…
Cancel
Save