Remove duplicate profile stats script

This commit is contained in:
Matt Guthaus 2019-02-25 10:14:02 -08:00
parent 52a02a68de
commit 638afaeb31
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
import pstats
p = pstats.Stats('profile.dat')
p.strip_dirs()
p.sort_stats('cumulative')
p.print_stats(50)