Searched refs:benchmark_time_ns (Results 1 – 1 of 1) sorted by relevance
311 uint64_t benchmark_time_ns = 0; in flush_proto_data() local329 benchmark_time_ns += duration_cast<nanoseconds>(end - start).count(); in flush_proto_data()336 if (benchmark_size && benchmark_time_ns) { in flush_proto_data()337 int perf = benchmark_size * 1000000LLU / benchmark_time_ns; in flush_proto_data()