Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ Pause
Method
Pause
src/colmap/util/timer.cc:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void Timer::Pause() {
50
paused_ = true;
51
pause_time_ = std::chrono::high_resolution_clock::now();
52
}
53
54
void Timer::Resume() {
55
paused_ = false;
Callers
4
ReconstructionPause
Method · 0.45
ReconstructionFinish
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36