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

Method Start

src/colmap/util/timer.cc:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36Timer::Timer() : started_(false), paused_(false) {}
37
38void Timer::Start() {
39 started_ = true;
40 paused_ = false;
41 start_time_ = std::chrono::high_resolution_clock::now();
42}
43
44void Timer::Restart() {
45 started_ = false;

Callers 15

MatchFeaturesFunction · 0.45
VerifyMatchesFunction · 0.45
GeometricVerificationFunction · 0.45
ExtractFeaturesFunction · 0.45
LoadMethod · 0.45
TEST_PFunction · 0.45
SetupMethod · 0.45
IndexImagesMethod · 0.45
SpatialPairGeneratorMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
HierarchicalPipelineMethod · 0.45

Calls

no outgoing calls

Tested by 6

TEST_PFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36