Searched refs:ReportLink (Results 1 – 1 of 1) sorted by relevance
133 struct ReportLink<'a> { struct137 impl<'a> ReportLink<'a> { impl139 fn group(output_directory: &Path, group_id: &'a str) -> ReportLink<'a> { in group()142 ReportLink { in group()148 fn function(output_directory: &Path, group_id: &str, function_id: &'a str) -> ReportLink<'a> { in function()152 ReportLink { in function()158 fn value(output_directory: &Path, group_id: &str, value_str: &'a str) -> ReportLink<'a> { in value()162 ReportLink { in value()168 fn individual(output_directory: &Path, id: &'a BenchmarkId) -> ReportLink<'a> { in individual()170 ReportLink { in individual()[all …]