ROOTPLOIT
Server: LiteSpeed
System: Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: niphet (1079)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: //lib64/python3.8/__pycache__/profile.cpython-38.pyc
U

e5d[@sxdZddlZddlZddlZddlZdddgZGdddZdd	dZdd
dZGdddZ	dd
Z
edkrte
dS)z Class for profiling Python code.NrunrunctxProfilec@s0eZdZdZddZddZddZdd	Zd
S)_UtilszSupport class for utility functions which are shared by
    profile.py and cProfile.py modules.
    Not supposed to be used directly.
    cCs
||_dSN)profiler)selfrr	/usr/lib64/python3.8/profile.py__init__0sz_Utils.__init__cCsF|}z(z||Wntk
r,YnXW5||||XdSr)r_showr
SystemExit)r	statementfilenamesortprofr	r	r
r3s
z
_Utils.runcCsJ|}z,z||||Wntk
r0YnXW5||||XdSr)rrrr
)rrglobalslocalsrrrr	r	r
r<s
z
_Utils.runctxcCs"|dk	r||n
||dSr)
dump_statsprint_stats)rrrrr	r	r
rEsz_Utils._showN)__name__
__module____qualname____doc__rrrrr	r	r	r
r*s
		rcCstt|||S)aRun statement under profiler optionally saving results in filename

    This function takes a single argument that can be passed to the
    "exec" statement, and an optional file name.  In all cases this
    routine attempts to "exec" its first argument and gather profiling
    statistics from the execution. If no file name is present, then this
    function automatically prints a simple profiling report, sorted by the
    standard name string (file/line/function-name) that is presented in
    each line.
    )rrr)rrrr	r	r
rQscCstt|||||S)zRun statement under profiler, supplying your own globals and locals,
    optionally saving results in filename.

    statement and filename have the same semantics as profile.run
    )rrr)rrrrrr	r	r
r^sc@seZdZdZdZd5ddZddZdd	Zd
dZdd
Z	ddZ
ddZddZddZ
ee
e
ee
e
dZddZGdddZGdddZddZdd Zd6d"d#Zd$d%Zd&d'Zd(d)Zd*d+Zd,d-Zd.d/Zd0e_d7d1d2Zd3d4ZdS)8raProfiler class.

    self.cur is always a tuple.  Each such tuple corresponds to a stack
    frame that is currently active (self.cur[-2]).  The following are the
    definitions of its members.  We use this external "parallel stack" to
    avoid contaminating the program that we are profiling. (old profiler
    used to write into the frames local dictionary!!) Derived classes
    can change the definition of some entries, as long as they leave
    [-2:] intact (frame and previous tuple).  In case an internal error is
    detected, the -3 element is used as the function name.

    [ 0] = Time that needs to be charged to the parent frame's function.
           It is used so that a function call will not have to access the
           timing data for the parent frame.
    [ 1] = Total time spent in this frame's function, excluding time in
           subfunctions (this latter is tallied in cur[2]).
    [ 2] = Total time spent in subfunctions, excluding time executing the
           frame's function (this latter is tallied in cur[1]).
    [-3] = Name of the function that corresponds to this frame.
    [-2] = Actual frame that we correspond to (used to sync exception handling).
    [-1] = Our parent 6-tuple (corresponds to frame.f_back).

    Timing data for each function is stored as a 5-tuple in the dictionary
    self.timings[].  The index is always the name stored in self.cur[-3].
    The following are the definitions of the members:

    [0] = The number of times this function was called, not counting direct
          or indirect recursion,
    [1] = Number of times this function appears on the stack, minus one
    [2] = Total time spent internal to this function
    [3] = Cumulative time that this function was present on the stack.  In
          non-recursive functions, this is the total execution time from start
          to finish of each invocation of a function, including time spent in
          all subfunctions.
    [4] = A dictionary indicating for each function name, the number of times
          it was called by us.
    rNcCsi|_d|_d|_d|_|dkr&|j}||_|sHtj|_|_|j	|_
nl||_|}zt|}Wn"tk
r||_|j	|_
Yn0X|dkr|j
|_
n|j|_
|tfdd}||_||_|ddS)NcSs
||Srr	)timersumr	r	r
get_time_timersz(Profile.__init__.<locals>.get_time_timerr)timingscurcmdc_func_namebiastimeprocess_timerget_timetrace_dispatch_i
dispatcherlen	TypeErrortrace_dispatchtrace_dispatch_lrt
simulate_call)rrr$r.Zlengthrr	r	r
rs0


zProfile.__init__cCs|j}|}|d|d|j|j}|dkr8|j|_|j||||rd|}|d|d|_n|}|d|d||_dS)Nrc_callrr.r$rr#dispatch)rframeeventargrr.rr	r	r
r,szProfile.trace_dispatchcCsT|j}||j|j}|dkr(|j|_|j||||rD||_n|||_dSNr1r2rr4r5r6rr.r	r	r
r(s
zProfile.trace_dispatch_icCs`|j}|d|j|j}|dkr,|j|_|j||||rL|d|_n|d||_dS)NgN@r1r2r9r	r	r
trace_dispatch_macszProfile.trace_dispatch_maccCsT|j}||j|j}|dkr(|j|_|j||||rD||_n|||_dSr8)r'r.r$rr#r3)rr4r5r6r'r.r	r	r
r-s
zProfile.trace_dispatch_lc	CsD|j\}}}}}}||k	r*|r*|||S|||||||f|_dSNr0)r!trace_dispatch_return)	rr4r.rptritretrfnrframercurr	r	r
trace_dispatch_exceptions
z Profile.trace_dispatch_exceptioncCs|jr|j|jdk	r|j\}}}}}}t|tjs|j|jksXtd|||j||jf||d|jdks|j|jdkstd|jdf|j}	|	j|	j	|	j
f}
|dd|
||jf|_|j}|
|kr||
\}}
}}}||
d|||f||
<nddddif||
<dS)NzBad callrr0)r!f_back
isinstancer
fake_frameAssertionErrorr<f_codeco_filenameco_firstlinenoco_namer )rr4r.r=r>r?r@rArBZfcodefnr ccnsttctcallersr	r	r
trace_dispatch_calls4
zProfile.trace_dispatch_callc
Csndd|jf}|dd|||jf|_|j}||krX||\}}}}}	||d|||	f||<nddddif||<dS)Nrrr0)r#r!r )
rr4r.rNr rOrPrQrRrSr	r	r
trace_dispatch_c_callszProfile.trace_dispatch_c_callcCs||jdk	rB||jdjks0td|jdf||jdd|j\}}}}}}||}||}|\}	}
}}}
}|	|
|||||
|f|_|j}||\}}}}}|s||}|d}||kr||d||<nd||<||d||||f||<dS)NrDz
Bad returnrErr0)r!rFrIr<r )rr4r.r=r>r?r@rBZframe_totalZpptZpitZpetZpfnpframeZpcurr rOrPrQrRrSr	r	r
r<"s$"zProfile.trace_dispatch_return)callZ	exceptionreturnr1Zc_exceptionZc_returncCs"|jdrdS||_||dS)Nr)r!r"r/)rr"r	r	r
set_cmdXs
zProfile.set_cmdc@seZdZddZddZdS)zProfile.fake_codecCs||_||_||_d|_dSNr)rKco_linerMrL)rrlinenamer	r	r
r^szProfile.fake_code.__init__cCst|j|j|jfSr)reprrKr[rMrr	r	r
__repr__dszProfile.fake_code.__repr__N)rrrrr`r	r	r	r
	fake_code]srac@seZdZddZdS)zProfile.fake_framecCs||_||_dSr)rJrF)rcodeZpriorr	r	r
rhszProfile.fake_frame.__init__N)rrrrr	r	r	r
rHgsrHcCsF|dd|}|jr |jd}nd}|||}|jd||ddS)NZprofilerrDrW)rar!rHr3)rr]rbrVr4r	r	r
r/lszProfile.simulate_callcCsJ|j}||j}|jdr:|jd||jd|d}q|||_dS)NrrXrDr)r'r.r!r3)rr'r.r	r	r
simulate_cmd_completexs
zProfile.simulate_cmd_completercCs$ddl}|||dSrZ)pstatsZStatsZ
strip_dirsZ
sort_statsr)rrrdr	r	r
rszProfile.print_statsc	Cs0t|d}|t|j|W5QRXdS)Nwb)opencreate_statsmarshaldumpstats)rfilefr	r	r
rszProfile.dump_statscCs||dSr)rcsnapshot_statsr_r	r	r
rgszProfile.create_statsc	Cs^i|_|jD]H\}\}}}}}|}d}|D]}||7}q6|||||f|j|<qdSrZ)rjr itemscopyvalues)	rfuncrOrPrQrRrSZncZcallcntr	r	r
rms
zProfile.snapshot_statscCsddl}|j}||||SrZ)__main____dict__r)rr"rrdictr	r	r
rszProfile.runc	Cs8||t|jzt|||W5tdX|Sr)rYsys
setprofiler)exec)rr"rrr	r	r
rs
zProfile.runctxc	Ost|dkr|^}}}nV|s&tdnHd|krZ|d}|^}}ddl}|jdtddntdt|d|t|t	|j
z|||WSt	dXdS)	Nrz:descriptor 'runcall' of 'Profile' object needs an argumentrqrz0Passing 'func' as keyword argument is deprecated)
stacklevelz7runcall expected at least 1 positional argument, got %dr0)r*r+popwarningswarnDeprecationWarningrYr^rurvr))argskwrrqrzr	r	r
runcalls(


zProfile.runcallz($self, func, /, *args, **kw)cCs<|jtk	rtd|j}d|_z|||WS||_XdS)Nz&Subclasses must override .calibrate().r)	__class__rr+r$_calibrate_inner)rmverboseZ
saved_biasr	r	r
	calibrates
zProfile.calibratecCs|j}dd}|fdd}|||}|||}||}|rLtd|t}	|}|	dtt|}||}
|rtd|
d}d}|	jD]0\\}
}}\}}}}}|d	kr||7}||7}q|rtd
|td|||dkrtd
|||d|}|rtd||S)NcSst|D]}d}qdSr;range)nixr	r	r
f1sz$Profile._calibrate_inner.<locals>.f1cSst|D]}|dqdS)Ndr)rrrr	r	r
rlsz#Profile._calibrate_inner.<locals>.fz elapsed time without profiling =zf(m)zelapsed time with profiling =g)rlrz!'CPU seconds' profiler reported =ztotal # calls =r0z internal error: total calls = %dg@z+mean stopwatch overhead per profile event =)	r'printrrrrr rn
ValueError)rrrr'rrlZt0t1Zelapsed_noprofilepZelapsed_profileZtotal_callsZ
reported_timerr\funcnamerOrPrQrRrSZmeanr	r	r
rsB





zProfile._calibrate_inner)NN)r)r)rrrrr$rr,r(r:r-rCrTrUr<r3rYrarHr/rcrrrgrmrrr__text_signature__rrr	r	r	r
rgsB&
''



+
c
Csddl}ddlm}d}||d}d|_|jdddd	dd
|jddd
ddd|jdddddd
tjdds|td|	\}}|tjdd<|j
dk	r|j|j
|_
t
|dkr|jrddl}d}|j|dd}nR|d}	tjd|j|	t|	}
t|
|	d}W5QRX|	dddd}zt||d|j
|jWn6tk
r}zdt_t|jW5d}~XYnXn||S)Nr)OptionParserzMprofile.py [-o output_file_path] [-s sort] [-m module | scriptfile] [arg] ...)usageFz-oz	--outfileoutfilezSave stats to <outfile>)desthelpdefaultz-mmodule
store_truezProfile a library module.)ractionrrz-sz--sortrz?Sort order when printing to stdout, based on pstats.Stats classrr0rz(run_module(modname, run_name='__main__'))
run_modulemodnamerwrr)__file__r__package__
__cached__)osZoptparserZallow_interspersed_argsZ
add_optionruargvZprint_usageexit
parse_argsrpathabspathr*rrunpyrinsertdirnameio	open_codecompilereadrrBrokenPipeErrorstdouterrno)rrrparserZoptionsr}rrbZglobsZprognamefpexcr	r	r
main9s^





 rrr)Nr)Nr)rrrur%rh__all__rrrrrrr	r	r	r
<module>	s

'

	U9