Server IP : 149.255.58.128 / Your IP : 216.73.216.222
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /lib64/python3.9/__pycache__//profile.cpython-39.pyc
a
�DOgaY � @ sv d Z ddlZddlZddlZddlZg d�ZG dd� d�Zddd�Zdd d
�ZG dd� d�Z d
d� Z
edkrre
� dS )z Class for profiling Python code.� N)�run�runctx�Profilec @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
S )�_Utilsz�Support class for utility functions which are shared by
profile.py and cProfile.py modules.
Not supposed to be used directly.
c C s
|| _ d S �N)�profiler)�selfr � r �/usr/lib64/python3.9/profile.py�__init__0 s z_Utils.__init__c C sR | � � }z4z|�|� W n ty* Y n0 W | �|||� n| �|||� 0 d S r )r r �
SystemExit�_show)r � statement�filename�sort�profr r r
r 3 s z
_Utils.runc C sV | � � }z8z|�|||� W n ty. Y n0 W | �|||� n| �|||� 0 d S r )r r r r
)r r �globals�localsr r r r r r
r <