Home
last modified time | relevance | path

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

/system/iorap/src/prefetcher/
Dsession.cc484 double good_fd_rate = good_fd_count * 100.0 / fd_count; in Dump() local
491 os << "file_paths=" << path_count << " (good: " << good_fd_rate << "),"; in Dump()
508 os << " Total File Paths=" << path_count << " (good: " << good_fd_rate << "%)" << std::endl; in Dump()