Home
last modified time | relevance | path

Searched refs:Gnuplot (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/tonic/benches-disabled/
DREADME.md8 [Gnuplot](http://www.gnuplot.info/) is required for graph generation. If gnuplot is not installed,…
/external/rust/android-crates-io/crates/criterion/src/
Dlib.rs97 use crate::plot::{Gnuplot, Plotter};
112 Ok(_) => PlottingBackend::Gnuplot,
288 Gnuplot, enumerator
298 PlottingBackend::Gnuplot => Some(Box::new(Gnuplot::default())), in create_plotter()
475 if let PlottingBackend::Gnuplot = backend { in plotting_backend()
940 Some("gnuplot") => self = self.plotting_backend(PlottingBackend::Gnuplot), in configure_from_args()
/external/iperf3/contrib/
Diperf3.gp2 # sample Gnuplot command file for iperf3 results
/external/rust/android-crates-io/crates/criterion/src/plot/gnuplot_backend/
Dmod.rs70 pub(crate) struct Gnuplot { struct
74 impl Plotter for Gnuplot { implementation
/external/rust/android-crates-io/crates/criterion/src/plot/
Dmod.rs5 pub(crate) use gnuplot_backend::Gnuplot;
/external/rust/android-crates-io/crates/criterion/
DCHANGELOG.md124 - Escape single quotes in benchmark names when generating Gnuplot scripts.