Home
last modified time | relevance | path

Searched defs:BenchmarkGroup (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/criterion/src/
Dbenchmark_group.rs78 pub struct BenchmarkGroup<'a, M: Measurement> { struct
86 impl<'a, M: Measurement> BenchmarkGroup<'a, M> { argument
368 impl<'a, M: Measurement> Drop for BenchmarkGroup<'a, M> { implementation
/external/rust/crates/criterion/src/html/
Dmod.rs184 struct BenchmarkGroup<'a> { struct
192 impl<'a> BenchmarkGroup<'a> { argument