Changeset 192:dbf174bd156f for runstats

Show
Ignore:
Timestamp:
12/06/08 01:40:19 (3 years ago)
Author:
Chris Freeze <cfreeze@…>
Branch:
default
Message:

add callee list

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • runstats

    r191 r192  
    1010print "Algorithm Time" 
    1111pst.strip_dirs().sort_stats('cumulative').print_stats(10) 
     12 
     13print "Callee List" 
     14pst.print_callees()