/usr/lib64/python2.6/Tools/scripts
Edit: /usr/lib64/python2.6/Tools/scripts/hotshotmain.pyo (1867B)
Ńň
Ť gc @ s d Z d d k Z d d k Z d d k Z d d k Z d d k Z d Z d Z d Z e d j o e i
e e i d n d S( sć
Run a Python script under hotshot's control.
Adapted from a posting on python-dev by Walter Dörwald
usage %prog [ %prog args ] filename [ filename args ]
Any arguments after the filename are used as sys.argv for the filename.
i˙˙˙˙Ns hotshot.profc C s§ t i | } t i i d t i i | | g | t _ | i d | | i t i
i | } | i d d t i
} t i t _
| i | t _
d S( Ni s execfile(%r)t timet calls( t hotshott Profilet syst patht insertt ost dirnamet argvt runt closet statst loadt
sort_statst stdoutt stderrt print_stats( t filenamet profilet argst profR t save_stdout( ( s1 /usr/lib64/python2.6/Tools/scripts/hotshotmain.pyt run_hotshot s
c C s t i t } | i | i d d d d d t d d d d | i | \ } } t | d
j o | i d d S| d
} t | | i
| d S(
Ns -ps --profilet actiont storet defaultt destR t helps Specify profile file to usei s missing script to executei ( t optparset OptionParsert __doc__t disable_interspersed_argst
add_optiont PROFILEt
parse_argst lent
print_helpR R ( R t parsert optionsR ( ( s1 /usr/lib64/python2.6/Tools/scripts/hotshotmain.pyt main( s
t __main__i ( R R R R R t
hotshot.statsR" R R( t __name__t exitR ( ( ( s1 /usr/lib64/python2.6/Tools/scripts/hotshotmain.pyt
s