MCPcopy 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
35def test_timer_reset():
36 timer = pycolmap.Timer()
37 timer.start()
38 timer.reset()
39
40
41def test_timer_elapsed_seconds():

Callers

nothing calls this directly

Calls 1

TimerMethod · 0.80

Tested by

no test coverage detected