Searched defs:report_path (Results 1 – 3 of 3) sorted by relevance
125 let report_path = path.join("report/index.html"); in if_exists() localVariable390 let mut report_path = report_context.output_directory.clone(); in measurement_complete() localVariable557 let report_path = output_directory.join("report").join("index.html"); in final_summary() localVariable805 let mut report_path = report_context.output_directory.clone(); in generate_summary() localVariable
816 InternalScopedString report_path(kMaxPathLength); in GenerateHtmlReport() local
255 pub fn report_path<P: AsRef<Path> + ?Sized>(&self, id: &BenchmarkId, file_name: &P) -> PathBuf { in report_path() method