| Server IP : 172.67.131.151 / Your IP : 104.23.197.229 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/alt/python311/lib/python3.11/__pycache__/ |
Upload File : |
�
/�i�� � � d Z ddlZddlZddlZddlZg d�Z G d� d� � Zd
d�Zd
d�Z G d � d
� � Z d� Z
edk r e
� � dS dS )z Class for profiling Python code.� N)�run�runctx�Profilec �* � e Zd ZdZd� Zd� Zd� Zd� ZdS )�_Utilsz�Support class for utility functions which are shared by
profile.py and cProfile.py modules.
Not supposed to be used directly.
c � � || _ d S �N)�profiler)�selfr
s �,/opt/alt/python311/lib/python3.11/profile.py�__init__z_Utils.__init__0 s
� � ��
�
�
� c �� � | � � � } |� |� � n# t $ r Y nw xY w| � |||� � d S # | � |||� � w xY wr )r
r �
SystemExit�_show)r � statement�filename�sort�profs r r z
_Utils.run3 s� � ��}�}���� -��H�H�Y������� � � ��D� ����
�J�J�t�X�t�,�,�,�,�,��D�J�J�t�X�t�,�,�,�,���s! �, �A �
9�A �9�A �A.c �� � | � � � } |� |||� � n# t $ r Y nw xY w| � |||� � d S # | � |||� � w xY wr )r
r r r )r r �globals�localsr r r s r r z
_Utils.runctx<