pub fn parse_perf_stat_csv(output: &str) -> Result<PerfStatResult>Expand description
Parse perf stat CSV output (perf writes stats to stderr). Format: value,unit,event_name,… (with -x ,)
pub fn parse_perf_stat_csv(output: &str) -> Result<PerfStatResult>Parse perf stat CSV output (perf writes stats to stderr). Format: value,unit,event_name,… (with -x ,)