Searched refs:NamedRoutine (Results 1 – 2 of 2) sorted by relevance
75 pub(crate) struct NamedRoutine<T, M: Measurement = WallTime> { struct87 routines: Vec<NamedRoutine<T, M>>, argument97 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()
93 use crate::benchmark::NamedRoutine;187 f: NamedRoutine<I, M>,200 let routine = NamedRoutine { in new()