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

Method Timer

src/colmap/util/timer.cc:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace colmap {
35
36Timer::Timer() : started_(false), paused_(false) {}
37
38void Timer::Start() {
39 started_ = true;

Callers 14

main_incremental_mapperFunction · 0.80
test_timer_initFunction · 0.80
test_timer_startFunction · 0.80
test_timer_restartFunction · 0.80
test_timer_pauseFunction · 0.80
test_timer_resumeFunction · 0.80
test_timer_resetFunction · 0.80
test_timer_elapsed_hoursFunction · 0.80
test_timer_print_secondsFunction · 0.80

Calls

no outgoing calls

Tested by 13

test_timer_initFunction · 0.64
test_timer_startFunction · 0.64
test_timer_restartFunction · 0.64
test_timer_pauseFunction · 0.64
test_timer_resumeFunction · 0.64
test_timer_resetFunction · 0.64
test_timer_elapsed_hoursFunction · 0.64
test_timer_print_secondsFunction · 0.64
test_timer_print_minutesFunction · 0.64