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

Method PrintSeconds

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

Source from the content-addressed store, hash-verified

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

Callers 3

SparseDelaunayMeshingFunction · 0.80
DenseDelaunayMeshingFunction · 0.80
AdvancingFrontMeshingFunction · 0.80

Calls 1

StringPrintfFunction · 0.85

Tested by

no test coverage detected