Home
last modified time | relevance | path

Searched refs:group_separator (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/criterion/src/
Dreport.rs298 fn group_separator(&self) {} in group_separator() method
363 reports_impl!(fn group_separator(&self, ));
725 fn group_separator(&self) { in group_separator() method
764 fn group_separator(&self) { in group_separator() method
Dbenchmark.rs382 c.report.group_separator(); in run()
553 c.report.group_separator(); in run()
Dbenchmark_group.rs395 self.criterion.report.group_separator(); in drop()