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