aboutsummaryrefslogtreecommitdiff
path: root/potpourri/print-profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'potpourri/print-profile.py')
-rw-r--r--potpourri/print-profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/potpourri/print-profile.py b/potpourri/print-profile.py
index 081d2602..4012fa3f 100644
--- a/potpourri/print-profile.py
+++ b/potpourri/print-profile.py
@@ -17,4 +17,4 @@
import pstats, glob
for f in glob.iglob("*.prof"):
- pstats.Stats(f).sort_stats("time").print_stats(50)
+ pstats.Stats(f).sort_stats("time").print_stats(50)