Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAMDA-CL/CVPR22-Fact
/ __init__
Method
__init__
utils.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
class
Timer():
62
63
def
__init__(self):
64
self.o = time.time()
65
66
def
measure(self, p=1):
67
x = (time.time() - self.o) / p
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected