Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/H2-Mapping
/ tick
Method
tick
mapping/src/utils/profile_util.py:19–24 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
17
self.enabled = False
18
19
def
tick(self, name):
20
if
not self.enabled:
21
return
22
self.timer[name] = time()
23
if
name not in self.time_log:
24
self.time_log[name] = list()
25
26
def
tok(self, name):
27
if
not self.enabled:
Callers
1
render_rays
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected