| 38 | |
| 39 | protected: |
| 40 | void Initialize(CppBenchmark::ContextPC& context) override |
| 41 | { |
| 42 | _queue = std::make_shared<TReaderWriterQueue>(); |
| 43 | _count = 1; |
| 44 | } |
| 45 | |
| 46 | void Cleanup(CppBenchmark::ContextPC& context) override |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected