Searched refs:destroy_d (Results 1 – 1 of 1) sorted by relevance
40 int64_t drop_d, int64_t run_d, int64_t destroy_d) { in notifyResult() argument46 + " " + std::to_string(destroy_d)); in notifyResult()123 nsecs_t destroy_d = destroy - run; in benchmark() local128 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()