Searched refs:service_ns (Results 1 – 1 of 1) sorted by relevance
83 uint64_t service_ns = in BenchmarkProducer() local90 state.counters["Ser CPU"] = benchmark::Counter(100.0 * service_ns / wall_ns); in BenchmarkProducer()92 benchmark::Counter(1.0 * service_ns / message_count); in BenchmarkProducer()193 uint64_t service_ns = in BenchmarkConsumer() local201 state.counters["Ser CPU"] = benchmark::Counter(100.0 * service_ns / wall_ns); in BenchmarkConsumer()203 benchmark::Counter(1.0 * service_ns / message_count); in BenchmarkConsumer()