Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ Reset
Method
Reset
src/colmap/util/timer.cc:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void Timer::Reset() {
60
started_ = false;
61
paused_ = false;
62
}
63
64
double Timer::ElapsedMicroSeconds() const {
65
if (!started_) {
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36