Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vladmandic/sdnext
/ __init__
Method
__init__
modules/timer.py:13–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
12
class
Timer:
13
def
__init__(self):
14
self.start = time.time()
15
self.records = {}
16
self.total = 0
17
self.profile = False
18
19
def
elapsed(self, reset=True):
20
end = time.time()
Callers
1
reset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected