Skip to main content

parse_cpu_llc_map

Function parse_cpu_llc_map 

Source
fn parse_cpu_llc_map<R: BufRead>(reader: R) -> Result<Vec<(usize, usize)>>
Expand description

Parse lines of the form cpu,llc from the provided reader.