mirror of
https://github.com/andrewferrier/email2pdf.git
synced 2025-03-14 20:32:51 +00:00
4 lines
106 B
Python
4 lines
106 B
Python
import pstats
|
|
|
|
p = pstats.Stats('.email2pdf.profile')
|
|
p.strip_dirs().sort_stats('time').print_callers(30)
|