
    AHj              	       n    d Z ddlZddlmZ ddlmZ ddlmZ ej                  dde	de
ded	   fd
       Zy)z,
Timer context manager, only used in debug.
    N)perf_counter)	Generator)logsubject	thresholdreturn)NNNc              #   |   K   t               }d t               |z
  }||k\  r|dz  }t        |  d|dd       yyw)zprint the elapsed time. (only used in debugging).

    Args:
        subject: Text shown in log.
        threshold: Time in second after which the log is written.

    Ni  z	 elapsed z.4fms)r   r   )r   r   startelapsed
elapsed_mss        H/root/tools/cai/cai_env/lib/python3.12/site-packages/textual/_profile.pytimerr      sL      NE	nu$G)t^
wiyC 034 s   :<)timer   )__doc__
contextlibr   r   typingr   textualr   contextmanagerstrfloatr        r   <module>r      sM        53 5E 5)DT:U 5 5r   