Searched refs:benchmark_group (Results 1 – 20 of 20) sorted by relevance
/external/rust/crates/plotters/benches/benches/ |
D | rasterizer.rs | 10 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/ |
D | cache.rs | 1 use bencher::{benchmark_group, benchmark_main, Bencher}; 17 benchmark_group!(cache_benches, bench_no_cache, bench_cache);
|
D | exec.rs | 1 use bencher::{benchmark_group, benchmark_main, Bencher}; 16 benchmark_group!(exec_benches, bench_execute, bench_execute_batch);
|
/external/rust/crates/crc32fast/benches/ |
D | bench.rs | 39 benchmark_group!( 44 benchmark_group!(
|
/external/rust/crates/bencher/ |
D | macros.rs | 5 macro_rules! benchmark_group { macro 24 benchmark_group!($group_name, $($function),+);
|
/external/rust/crates/zip/benches/ |
D | read_entry.rs | 1 use bencher::{benchmark_group, benchmark_main}; 42 benchmark_group!(benches, read_entry);
|
/external/rust/crates/criterion/benches/benchmarks/ |
D | special_characters.rs | 4 let mut group = c.benchmark_group("\"*group/\""); in some_benchmark()
|
D | with_inputs.rs | 8 let mut group = c.benchmark_group("from_elem"); in from_elem()
|
D | sampling_mode.rs | 6 let mut group = c.benchmark_group("sampling_mode"); in sampling_mode_tests()
|
D | measurement_overhead.rs | 4 let mut group = c.benchmark_group("overhead"); in some_benchmark()
|
D | async_measurement_overhead.rs | 4 let mut group = c.benchmark_group("async overhead"); in some_benchmark()
|
D | compare_functions.rs | 49 let mut group = c.benchmark_group("Fibonacci3"); in compare_fibonaccis_group()
|
/external/rust/crates/bencher/benches/ |
D | example.rs | 24 benchmark_group!(benches, a, b);
|
/external/rust/crates/tinyvec/benches/ |
D | macros.rs | 6 let mut g = c.benchmark_group("tinyvec_macro"); in bench_tinyvec_macro()
|
/external/rust/crates/unicode-segmentation/benches/ |
D | graphemes.rs | 52 benchmark_group!(
|
/external/rust/crates/idna/benches/ |
D | all.rs | 44 benchmark_group!(
|
/external/rust/crates/criterion/src/ |
D | lib.rs | 58 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/ |
D | chrono.rs | 93 let mut group = c.benchmark_group("num_days_from_ce"); in bench_num_days_from_ce()
|
/external/rust/crates/criterion/tests/ |
D | criterion_tests.rs | 472 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/ |
D | flatbuffers_benchmarks.rs | 226 benchmark_group!(benches, create_byte_vector_100_naive, create_byte_vector_100_optimal, traverse_ca…
|