forked from archive/andrewferrier_email2pdf
5 lines
106 B
Python
5 lines
106 B
Python
import pstats
|
|
|
|
p = pstats.Stats('.email2pdf.profile')
|
|
p.strip_dirs().sort_stats('time').print_callers(30)
|