MCPcopy Create free account
hub / github.com/comaps/comaps / StartScenePreparing

Method StartScenePreparing

libs/drape_frontend/drape_measurer.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110#ifdef GENERATING_STATISTIC
111void DrapeMeasurer::StartScenePreparing()
112{
113 if (!m_isEnabled)
114 return;
115
116 m_startScenePreparingTime = std::chrono::steady_clock::now();
117}
118
119void DrapeMeasurer::EndScenePreparing()
120{

Callers 1

ResolveTileKeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected