Home
last modified time | relevance | path

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

/system/iorap/src/prefetcher/
Dsession.cc451 size_t read_ahead_bytes = 0; in Dump() local
467 read_ahead_bytes += entry.length; in Dump()
475 read_ahead_bytes * 100.0 / overall_byte_count; in Dump()
494 os << "read_ahead_bytes=" << read_ahead_bytes << ""; in Dump()