File: read_pstat.py

package info (click to toggle)
python-yappi 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,612 kB
  • sloc: python: 4,088; ansic: 2,515; makefile: 29
file content (3 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (4)
1
2
3
import pstats
p = pstats.Stats('merged.pstat')
p.strip_dirs().sort_stats(-1).print_stats()