From f6f2752e7bba5251da99dc6ddcc3463cb105cff6 Mon Sep 17 00:00:00 2001 From: ptlwmhjs9 <2869950691@qq.com> Date: Wed, 18 Sep 2024 19:17:42 +0800 Subject: [PATCH] =?UTF-8?q?Delete=20'=E6=9F=A5=E7=9C=8Bprof.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 查看prof.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 查看prof.py diff --git a/查看prof.py b/查看prof.py deleted file mode 100644 index 6f99845..0000000 --- a/查看prof.py +++ /dev/null @@ -1,8 +0,0 @@ -import pstats - -# 读取cProfile输出的文件 -prof_file = 'output.prof' -prof_stats = pstats.Stats(prof_file) - -# 打印输出文件的内容 -prof_stats.print_stats() # 打印所有的统计信息 \ No newline at end of file