Home
last modified time | relevance | path

Searched defs:t_test (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/criterion/src/plot/plotters_backend/
Dt_test.rs5 pub(crate) fn t_test( in t_test() function
Dmod.rs25 mod t_test; module
220 fn t_test(&mut self, ctx: PlotContext<'_>, data: PlotData<'_>) { in t_test() method
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Dt_test.rs10 pub(crate) fn t_test( in t_test() function
Dmod.rs13 mod t_test; module
192 fn t_test(&mut self, ctx: PlotContext<'_>, data: PlotData<'_>) { in t_test() method
/external/rust/crates/criterion/src/analysis/
Dcompare.rs72 fn t_test( in t_test() function
/external/rust/crates/criterion/src/plot/
Dmod.rs100 fn t_test(&mut self, ctx: PlotContext<'_>, data: PlotData<'_>); in t_test() method