| 80 | |
| 81 | protected: |
| 82 | void Initialize(CppBenchmark::ContextPC& context) override |
| 83 | { |
| 84 | _queue = std::make_shared<folly::ProducerConsumerQueue<int>>(queue_bound_size); |
| 85 | _count = 1; |
| 86 | } |
| 87 | |
| 88 | void Cleanup(CppBenchmark::ContextPC& context) override |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected