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

Method ElapsedHours

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

Source from the content-addressed store, hash-verified

81double Timer::ElapsedMinutes() const { return ElapsedSeconds() / 60; }
82
83double Timer::ElapsedHours() const { return ElapsedMinutes() / 60; }
84
85void Timer::PrintSeconds() const {
86 LOG(INFO) << StringPrintf("Elapsed time: %.5f [seconds]", ElapsedSeconds());

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64