From 3687776fe058d132d52970ab2dddee63b545767a Mon Sep 17 00:00:00 2001 From: xx_mmc <2985005738@qq.com> Date: Wed, 18 Sep 2024 01:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile_script.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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