Home
last modified time | relevance | path

Searched refs:benchmark_group (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/plotters/benches/benches/
Drasterizer.rs10 let mut group = c.benchmark_group("rasterizer::draw_pixel"); in draw_pixel()
41 let mut group = c.benchmark_group("rasterizer::draw_line"); in draw_line()
76 let mut group = c.benchmark_group("rasterizer::fill_background"); in fill_background()
98 let mut g = c.benchmark_group("rasterizer::blend_background"); in blend_background()
120 let mut g = c.benchmark_group("rasterizer::fill_circle"); in fill_circle()
143 let mut g = c.benchmark_group("rasterizer::fill_background_red"); in fill_background_red()
165 let mut g = c.benchmark_group("rasterizer::fill_hexagon"); in fill_hexagon()
/external/rust/crates/rusqlite/benches/
Dcache.rs1 use bencher::{benchmark_group, benchmark_main, Bencher};
17 benchmark_group!(cache_benches, bench_no_cache, bench_cache);
Dexec.rs1 use bencher::{benchmark_group, benchmark_main, Bencher};
16 benchmark_group!(exec_benches, bench_execute, bench_execute_batch);
/external/rust/crates/crc32fast/benches/
Dbench.rs39 benchmark_group!(
44 benchmark_group!(
/external/rust/crates/bencher/
Dmacros.rs5 macro_rules! benchmark_group { macro
24 benchmark_group!($group_name, $($function),+);
/external/rust/crates/zip/benches/
Dread_entry.rs1 use bencher::{benchmark_group, benchmark_main};
42 benchmark_group!(benches, read_entry);
/external/rust/crates/criterion/benches/benchmarks/
Dspecial_characters.rs4 let mut group = c.benchmark_group("\"*group/\""); in some_benchmark()
Dwith_inputs.rs8 let mut group = c.benchmark_group("from_elem"); in from_elem()
Dsampling_mode.rs6 let mut group = c.benchmark_group("sampling_mode"); in sampling_mode_tests()
Dmeasurement_overhead.rs4 let mut group = c.benchmark_group("overhead"); in some_benchmark()
Dasync_measurement_overhead.rs4 let mut group = c.benchmark_group("async overhead"); in some_benchmark()
Dcompare_functions.rs49 let mut group = c.benchmark_group("Fibonacci3"); in compare_fibonaccis_group()
/external/rust/crates/bencher/benches/
Dexample.rs24 benchmark_group!(benches, a, b);
/external/rust/crates/tinyvec/benches/
Dmacros.rs6 let mut g = c.benchmark_group("tinyvec_macro"); in bench_tinyvec_macro()
/external/rust/crates/unicode-segmentation/benches/
Dgraphemes.rs52 benchmark_group!(
/external/rust/crates/idna/benches/
Dall.rs44 benchmark_group!(
/external/rust/crates/criterion/src/
Dlib.rs58 mod benchmark_group; module
109 pub use crate::benchmark_group::{BenchmarkGroup, BenchmarkId};
1097 pub fn benchmark_group<S: Into<String>>(&mut self, group_name: S) -> BenchmarkGroup<'_, M> { in benchmark_group() method
1140 self.benchmark_group(id) in bench_function()
1181 self.benchmark_group(group_name).bench_with_input( in bench_with_input()
/external/rust/crates/chrono/benches/
Dchrono.rs93 let mut group = c.benchmark_group("num_days_from_ce"); in bench_num_days_from_ce()
/external/rust/crates/criterion/tests/
Dcriterion_tests.rs472 let mut group = c.benchmark_group("Test Group"); in test_benchmark_group_with_input()
484 let mut group = c.benchmark_group("Test Group 2"); in test_benchmark_group_without_input()
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs226 benchmark_group!(benches, create_byte_vector_100_naive, create_byte_vector_100_optimal, traverse_ca…