Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KlingAIResearch/LivePortrait
/ toc
Method
toc
src/utils/timer.py:23–25 ·
view source on GitHub ↗
(self, average=True)
Source
from the content-addressed store, hash-verified
21
self.start_time = time.time()
22
23
def
toc(self, average=True):
24
self.diff = time.time() - self.start_time
25
return
self.diff
26
27
def
clear(self):
28
self.start_time = 0.
Callers
3
warmup
Method · 0.80
warmup
Method · 0.80
warmup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected