Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/html/
Dmod.rs54 struct IndividualBenchmark { struct
59 impl IndividualBenchmark { implementation
64 ) -> IndividualBenchmark { in from_id() argument
70 IndividualBenchmark { in from_id()
88 benchmarks: Vec<IndividualBenchmark>,
789 IndividualBenchmark::from_id(&report_context.output_directory, path_prefix, id) in generate_summary()