Home
last modified time | relevance | path

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

/system/vold/
DBenchmark.cpp40 int64_t drop_d, int64_t run_d, int64_t destroy_d) { in notifyResult() argument
44 + " " + std::to_string(drop_d) in notifyResult()
121 nsecs_t drop_d = drop - create; in benchmark() local
126 LOG(INFO) << "drop took " << nanoseconds_to_milliseconds(drop_d) << "ms"; in benchmark()
130 notifyResult(path, create_d, drop_d, run_d, destroy_d); in benchmark()