Home
last modified time | relevance | path

Searched defs:report_path (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/criterion/src/html/
Dmod.rs125 let report_path = path.join("report/index.html"); in if_exists() localVariable
390 let mut report_path = report_context.output_directory.clone(); in measurement_complete() localVariable
557 let report_path = output_directory.join("report").join("index.html"); in final_summary() localVariable
805 let mut report_path = report_context.output_directory.clone(); in generate_summary() localVariable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc816 InternalScopedString report_path(kMaxPathLength); in GenerateHtmlReport() local
/external/rust/crates/criterion/src/
Dreport.rs255 pub fn report_path<P: AsRef<Path> + ?Sized>(&self, id: &BenchmarkId, file_name: &P) -> PathBuf { in report_path() method