Function llvm_profparser::merge_profiles

source ยท
pub fn merge_profiles<T>(files: &[T]) -> Result<InstrumentationProfile>
where T: AsRef<Path>,