diff options
Diffstat (limited to 'potpourri/print-profile.py')
-rw-r--r-- | potpourri/print-profile.py | 2 |
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) |