Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RozDavid/UnScene3D
/ __init__
Method
__init__
utils/utils.py:372–377 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
370
""
"A simple timer."
""
371
372
def
__init__(self):
373
self.total_time = 0.
374
self.calls = 0
375
self.start_time = 0.
376
self.diff = 0.
377
self.average_time = 0.
378
379
def
reset(self):
380
self.total_time = 0
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected