| 125 | |
| 126 | protected: |
| 127 | void Initialize(CppBenchmark::ContextPC& context) override |
| 128 | { |
| 129 | _queue = std::make_shared<lock_bounded_queue_t<int>>(queue_bound_size); |
| 130 | _count = 1; |
| 131 | } |
| 132 | |
| 133 | void Cleanup(CppBenchmark::ContextPC& context) override |
| 134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected