~bryce/gtg/dbus-service-name

« back to all changes in this revision

Viewing changes to scripts/profile_interpret.sh

  • Committer: Luca Invernizzi
  • Date: 2010-06-22 20:19:47 UTC
  • mto: This revision was merged to the branch mainline in revision 825.
  • Revision ID: invernizzi.l@gmail.com-20100622201947-mixmodtcf6qvowqi
second batch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
import pstats
 
3
p = pstats.Stats('gtg.prof')
 
4
p.strip_dirs().sort_stats("cumulative").print_stats(20)