Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dbenchmark.rs75 pub(crate) struct NamedRoutine<T, M: Measurement = WallTime> { struct
87 routines: Vec<NamedRoutine<T, M>>, argument
97 routines: Vec<NamedRoutine<(), M>>,
300 let routine = NamedRoutine { in with_function()
395 functions: Vec<NamedRoutine<T, M>>, in with_functions()
456 let routine = NamedRoutine { in with_function()
Dlib.rs93 use crate::benchmark::NamedRoutine;
187 f: NamedRoutine<I, M>,
200 let routine = NamedRoutine { in new()