Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ test_timer_reset
Function
test_timer_reset
src/pycolmap/util/timer_test.py:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
35
def
test_timer_reset():
36
timer = pycolmap.Timer()
37
timer.start()
38
timer.reset()
39
40
41
def
test_timer_elapsed_seconds():
Callers
nothing calls this directly
Calls
1
Timer
Method · 0.80
Tested by
no test coverage detected