Home
last modified time | relevance | path

Searched refs:service_ns (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/test/
Dend_to_end_benchmark.cc83 uint64_t service_ns = in BenchmarkProducer() local
90 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() local
201 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()