| 152 | // Benchmark 1.8.0 or later. |
| 153 | #ifndef BENCHMARK_DONT_OPTIMIZE |
| 154 | void Stop(Result* result) override { Stop(*result); } |
| 155 | #endif |
| 156 | |
| 157 | void Stop(benchmark::MemoryManager::Result& result) override { |
nothing calls this directly
no test coverage detected