| 166 | |
| 167 | protected: |
| 168 | void Initialize(CppBenchmark::ContextPC& context) override |
| 169 | { |
| 170 | _queue = std::make_shared<lock_bounded_queue_t<int>>(queue_bound_size); |
| 171 | _count = 1; |
| 172 | } |
| 173 | |
| 174 | void Cleanup(CppBenchmark::ContextPC& context) override |
| 175 | { |
nothing calls this directly
no outgoing calls
no test coverage detected