Searched refs:local_read_ahead_bytes (Results 1 – 1 of 1) sorted by relevance
546 size_t local_read_ahead_bytes = 0; in Dump() local557 local_read_ahead_bytes += entry.length; in Dump()569 double bytes_success_rate = local_read_ahead_bytes * 100.0 / total_bytes; in Dump()572 double bytes_failure_rate = (total_bytes - local_read_ahead_bytes) * 100.0 / total_bytes; in Dump()576 << ", Bytes=" << local_read_ahead_bytes in Dump()581 << ", Bytes=" << (total_bytes - local_read_ahead_bytes) in Dump()