MCPcopy Create free account
hub / github.com/colmap/colmap / test_timer_pause

Function test_timer_pause

src/pycolmap/util/timer_test.py:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def test_timer_pause():
23 timer = pycolmap.Timer()
24 timer.start()
25 timer.pause()
26
27
28def test_timer_resume():

Callers

nothing calls this directly

Calls 1

TimerMethod · 0.80

Tested by

no test coverage detected