
    daf                     ^    d Z ddlZdad Zd Zd Zd Zd Zd	 Zd
 Z	d Z
d Z G d d      Zy)a  
Input for test_profile.py and test_cprofile.py.

IMPORTANT: This stuff is touchy. If you modify anything above the
test class you'll have to regenerate the stats by running the two
test files.

*ALL* NUMBERS in the expected output are relevant.  If you change
the formatting of pstats, please don't just regenerate the expected
output without checking very carefully that not a single number has
changed.
    Ni  c                      t         S )NTICKS     (/root/Python-3.12.4/Lib/test/profilee.pytimerr	      s    Lr   c                  f    t         dz  a t                t                t         dz  a t        d       y )Nc         )r   helper	factorialr   r   r   testfuncr      s'     
RKE
H
H	SLEbMr   c                 b    | dkD  r!t         | z  a t        | t        | dz
              S t         dz  a y)Nr         )r   mulr   )ns    r   r   r   #   s5     	1u
1i!n%%r   c                     t         dz  a | |z  S Nr   r   )abs     r   r   r   0   s     
QJEq5Lr   c                      t         dz  a t                t         dz  a t                t         dz  a t                t         dz  a t                t         dz  a t                t         dz  a t                t         dz  a y )Nr               )r   helper1helper2helper2_indirectr   r   r   r   r   7   sb     
QJEI	QJEI	QJEI	QJEI	QJEI	QJE	QJEr   c                      t         dz  a t        t               d       t         dz  a g } | j                  d       t	        j
                          y )N
   foo   *   )r   hasattrCappendsys	exception)lsts    r   r   r   I   s;     
RKEAC	RKE
CJJrNMMOr   c                  .    t                t        d       y )Nr   )r    r   r   r   r   r!   r!   T   s    IaLr   c                  v    t         dz  a t        t               d       t         dz  a t                t         dz  a y )Nr   bar      )r   r'   r(   	subhelperr   r   r   r    r    X   s0     
RKEAC	RKEK	RKEr   c                      t         dz  a t        d      D ]  } 	 t               j                    y # t        $ r t         dz  a Y /w xY w)Nr   r   )r   ranger(   r$   AttributeError)is    r   r2   r2   b   sH     
QJE1X 	CGG  	QJE	s   0AAc                       e Zd Zd Zy)r(   c                      t         dz  a t        r   )r   r5   )selfnames     r   __getattr__zC.__getattr__n   s     	
r   N)__name__
__module____qualname__r;   r   r   r   r(   r(   m   s    r   r(   )__doc__r*   r   r	   r   r   r   r   r   r!   r    r2   r(   r   r   r   <module>r@      sM     	$		 r   