Home
last modified time | relevance | path

Searched refs:destroy_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
46 + " " + std::to_string(destroy_d)); in notifyResult()
123 nsecs_t destroy_d = destroy - run; in benchmark() local
128 LOG(INFO) << "destroy took " << nanoseconds_to_milliseconds(destroy_d) << "ms"; in benchmark()
130 notifyResult(path, create_d, drop_d, run_d, destroy_d); in benchmark()