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

Method ElapsedMinutes

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

Source from the content-addressed store, hash-verified

79double Timer::ElapsedSeconds() const { return ElapsedMicroSeconds() / 1e6; }
80
81double Timer::ElapsedMinutes() const { return ElapsedSeconds() / 60; }
82
83double Timer::ElapsedHours() const { return ElapsedMinutes() / 60; }
84

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64