mirror of
https://github.com/andrewferrier/email2pdf.git
synced 2024-12-04 12:27:17 +00:00
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)
|