Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged.cpp253 uint64_t benchmark_time_ns = 0; in flush_proto_data() local
271 benchmark_time_ns += duration_cast<nanoseconds>(end - start).count(); in flush_proto_data()
279 int perf = benchmark_size * 1000000LLU / benchmark_time_ns; in flush_proto_data()