File: read_pstat.py

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