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

Method EndScenePreparing

libs/drape_frontend/drape_measurer.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void DrapeMeasurer::EndScenePreparing()
120{
121 if (!m_isEnabled)
122 return;
123
124 m_maxScenePreparingTime = max(m_maxScenePreparingTime, std::chrono::steady_clock::now() - m_startScenePreparingTime);
125}
126
127void DrapeMeasurer::StartShapesGeneration()
128{

Callers 1

AcceptMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected