HomeSort by relevance Sort by last modified time
    Searched full:run_d (Results 1 - 1 of 1) sorted by null

  /system/vold/
Benchmark.cpp 40 int64_t drop_d, int64_t run_d, int64_t destroy_d) {
45 + " " + std::to_string(run_d)
122 nsecs_t run_d = run - drop; local
127 LOG(INFO) << "run took " << nanoseconds_to_milliseconds(run_d) << "ms";
130 notifyResult(path, create_d, drop_d, run_d, destroy_d);
132 return run_d;

Completed in 214 milliseconds