Home
last modified time | relevance | path

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

/system/vold/
DBenchmark.cpp39 static void notifyResult(const std::string& path, int64_t create_d, in notifyResult() argument
43 + " " + std::to_string(create_d) in notifyResult()
120 nsecs_t create_d = create - start; in benchmark() local
125 LOG(INFO) << "create took " << nanoseconds_to_milliseconds(create_d) << "ms"; in benchmark()
130 notifyResult(path, create_d, drop_d, run_d, destroy_d); in benchmark()