diff --git a/profile_script.py b/profile_script.py index 1a72a06..70a2d2f 100644 --- a/profile_script.py +++ b/profile_script.py @@ -3,6 +3,5 @@ from main import main if __name__ == '__main__': - cProfile.run('main()') # 运行 main 函数并将分析结果按累计时间排序后保存到 result.out 文件中。 - # cProfile.run('main()', filename="result.out", sort="cumulative") \ No newline at end of file + cProfile.run('main()', filename="result.out", sort="cumulative") \ No newline at end of file