Searched refs:CliReport (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/criterion/src/ |
D | report.rs | 303 pub(crate) cli: CliReport, 366 pub(crate) struct CliReport { struct 373 impl CliReport { argument 378 ) -> CliReport { in new() argument 379 CliReport { in new() 483 impl Report for CliReport { implementation
|
D | lib.rs | 101 use crate::report::{BencherReport, CliReport, Report, ReportContext, Reports}; 414 cli: CliReport::new(false, false, false), in default() 978 CliReport::new(enable_text_overwrite, enable_text_coloring, verbose); in configure_from_args()
|