Searched defs:report_path (Results 1 – 6 of 6) 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() localVariable553 let report_path = output_directory.join("report").join("index.html"); in final_summary() localVariable801 let mut report_path = report_context.output_directory.clone(); in generate_summary() localVariable
291 report_path = args.report_path variable
252 report_path = args.report_path variable
308 def write_report_proto(self, report_path, report_proto, tt_parameters): argument
816 InternalScopedString report_path(kMaxPathLength); in GenerateHtmlReport() local
261 pub fn report_path<P: AsRef<Path> + ?Sized>(&self, id: &BenchmarkId, file_name: &P) -> PathBuf { in report_path() method