MCPcopy 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
59void Timer::Reset() {
60 started_ = false;
61 paused_ = false;
62}
63
64double Timer::ElapsedMicroSeconds() const {
65 if (!started_) {

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36