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