HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib64/python3.6/site-packages/zmq/sugar/__pycache__/stopwatch.cpython-36.pyc
3

VS�_��@sdZGdd�de�ZdS)z#Deprecated Stopwatch implementationc@s(eZdZdZdd�Zdd�Zdd�ZdS)	�	StopwatchzmDeprecated zmq.Stopwatch implementation

    You can use Python's builtin timers (time.monotonic, etc.).
    cCsTddl}|jdtdd�d|_ddl}y|j|_Wntk
rN|j|_YnXdS)N�zJzmq.Stopwatch is deprecated. Use stdlib time.monotonic and friends instead�)�
stacklevel)�warnings�warn�DeprecationWarning�_start�timeZ	monotonic�
_monotonic�AttributeError)�selfrr	�r
�!/usr/lib64/python3.6/stopwatch.py�__init__s
zStopwatch.__init__cCs|j�|_dS)zStart the counterN)r
r)rr
r
r�startszStopwatch.startcCs|j�}td||j�S)z'Return time since start in microsecondsg��.A)r
�intr)r�stopr
r
rrszStopwatch.stopN)�__name__�
__module__�__qualname__�__doc__rrrr
r
r
rrsrN)r�objectrr
r
r
r�<module>s