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