| 117 | } |
| 118 | |
| 119 | void 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 | |
| 127 | void DrapeMeasurer::StartShapesGeneration() |
| 128 | { |