%PDF- %PDF-
| Direktori : /proc/thread-self/root/proc/3522530/root/lib/python2.7/site-packages/salt/utils/ |
| Current File : //proc/thread-self/root/proc/3522530/root/lib/python2.7/site-packages/salt/utils/profile.pyc |
�
���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l
Z d d l Z d d l
Z d d l Z e j e � Z y d d l Z e Z Wn e k
r� e Z n Xd d � Z e d � Z d e d d � Z d S( u8
Decorator and functions to profile Salt using cProfile
i ( t absolute_importt print_functiont unicode_literalsNc @ s � f d � } | S( uE
Decorator for adding profiling to a nested function in Salt
c @ s � � f d � } | S( Nc @ s t j d � j � yD t j � } | j � | | � } | j � pR d j � j � � Wn! t k
rz t j d � � n X| S( Nu Profiling function %su {0}_func.profileu Could not open profile file %s(
t loggingt infot __name__t cProfilet Profilet runcallt
dump_statst formatt IOErrort exception( t argst kwargst profilert retval( t filenamet fun( s6 /usr/lib/python2.7/site-packages/salt/utils/profile.pyt
profiled_func# s
( ( R R ( R ( R s6 /usr/lib/python2.7/site-packages/salt/utils/profile.pyt proffunc"