Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/plot/plotters_backend/
Dregression.rs16 let slope_estimate = measurements.absolute_estimates.slope.as_ref().unwrap(); in regression_figure() localVariable
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Dregression.rs19 let slope_estimate = measurements.absolute_estimates.slope.as_ref().unwrap(); in regression_figure() localVariable