Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
double Timer::ElapsedSeconds() const { return ElapsedMicroSeconds() / 1e6; }
80
81
double Timer::ElapsedMinutes() const { return ElapsedSeconds() / 60; }
82
83
double Timer::ElapsedHours() const { return ElapsedMinutes() / 60; }
84
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64