Home
last modified time | relevance | path

Searched refs:iter_with_large_setup (Results 51 – 75 of 102) sorted by relevance

12345

/dports/graphics/pastel/pastel-0.8.1/cargo-crates/criterion-0.3.4/benches/benchmarks/
H A Dmeasurement_overhead.rs8 b.iter_with_large_setup(|| (), |_| 1) in some_benchmark()
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/criterion-0.3.5/benches/benchmarks/
H A Dmeasurement_overhead.rs8 b.iter_with_large_setup(|| (), |_| 1) in some_benchmark()
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/criterion-0.3.5/benches/benchmarks/
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/criterion-0.3.5/benches/benchmarks/
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/criterion-0.3.5/benches/benchmarks/
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/criterion-0.3.4/benches/benchmarks/
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/criterion-0.3.4/benches/benchmarks/
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/criterion-0.3.4/benches/benchmarks/
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/criterion/benches/benchmarks/
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/criterion-0.3.5/benches/benchmarks/
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/textproc/jql/jql-3.0.6/cargo-crates/criterion-0.3.5/benches/benchmarks/
H A Dasync_measurement_overhead.rs12 .iter_with_large_setup(|| (), |_| async { 1 }) in some_benchmark()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/criterion-0.2.11/
H A DCHANGELOG.md20 `iter_with_setup/iter_with_large_setup`) and exclude drop (like `iter_with_large_drop`) but
24 - `iter_with_setup/iter_with_large_setup` are now deprecated in favor of `iter_batched`.
60 - Functions passed to `Bencher::iter_with_large_setup` can now return output. This is necessary to
64 - Reduced measurement overhead for the `iter_with_large_setup` and `iter_with_drop` methods.
81 - Changed timing model of `iter_with_large_setup` to exclude time spent dropping values returned
/dports/sysutils/vector/vector-0.10.0/cargo-crates/criterion-0.3.2/
H A DCHANGELOG.md99 `iter_with_setup/iter_with_large_setup`) and exclude drop (like `iter_with_large_drop`) but
103 - `iter_with_setup/iter_with_large_setup` are now deprecated in favor of `iter_batched`.
139 - Functions passed to `Bencher::iter_with_large_setup` can now return output. This is necessary to
143 - Reduced measurement overhead for the `iter_with_large_setup` and `iter_with_drop` methods.
160 - Changed timing model of `iter_with_large_setup` to exclude time spent dropping values returned
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/criterion-0.3.5/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/criterion-0.3.5/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/criterion-0.3.5/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/criterion-0.3.4/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/criterion-0.3.4/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/criterion/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/criterion-0.3.4/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
/dports/misc/xplr/xplr-0.17.0/cargo-crates/criterion-0.3.5/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
/dports/textproc/jql/jql-3.0.6/cargo-crates/criterion-0.3.5/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/criterion-0.3.4/src/
H A Dbencher.rs193 pub fn iter_with_large_setup<I, O, S, R>(&mut self, setup: S, routine: R) in iter_with_large_setup() method
569 pub fn iter_with_large_setup<I, O, S, R, F>(&mut self, setup: S, routine: R) in iter_with_large_setup() method

12345