MCPcopy
hub / github.com/alievk/avatarify-python / tic

Method tic

afy/utils.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 self.t_init = time.time()
69
70 def tic(self):
71 self.t = time.time()
72
73 def toc(self, total=False):
74 if total:

Callers 7

_send_recv_asyncMethod · 0.95
send_workerMethod · 0.95
recv_workerMethod · 0.95
recv_workerMethod · 0.95
predictor_workerMethod · 0.95
send_workerMethod · 0.95
cam_fomm.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected