/aosp_15_r20/external/rust/android-crates-io/crates/glam/ |
D | Cargo.toml | 35 bench = false qkey 37 [[bench]] arraytable 41 [[bench]] arraytable 45 [[bench]] arraytable 49 [[bench]] arraytable 53 [[bench]] arraytable 57 [[bench]] arraytable 61 [[bench]] arraytable 65 [[bench]] arraytable 69 [[bench]] arraytable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/ |
D | Cargo.toml | 41 bench = false qkey 43 [[bench]] arraytable 47 [[bench]] arraytable 51 [[bench]] arraytable 55 [[bench]] arraytable 59 [[bench]] arraytable 63 [[bench]] arraytable 67 [[bench]] arraytable 71 [[bench]] arraytable 75 [[bench]] arraytable
|
/aosp_15_r20/external/flatbuffers/benchmarks/cpp/ |
H A D | benchmark_main.cpp | 9 std::unique_ptr<Bench> &bench, uint8_t *buffer) { in Encode() 18 std::unique_ptr<Bench> &bench, uint8_t *buffer) { in Decode() 28 static inline void Use(benchmark::State &state, std::unique_ptr<Bench> &bench, in Use() 46 std::unique_ptr<Bench> bench = NewFlatBuffersBench(kBufferLength, &allocator); in BM_Flatbuffers_Encode() local 56 std::unique_ptr<Bench> bench = NewFlatBuffersBench(kBufferLength, &allocator); in BM_Flatbuffers_Decode() local 66 std::unique_ptr<Bench> bench = NewFlatBuffersBench(kBufferLength, &allocator); in BM_Flatbuffers_Use() local 75 std::unique_ptr<Bench> bench = NewRawBench(); in BM_Raw_Encode() local 84 std::unique_ptr<Bench> bench = NewRawBench(); in BM_Raw_Decode() local 93 std::unique_ptr<Bench> bench = NewRawBench(); in BM_Raw_Use() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/ |
H A D | Cargo.toml | 41 bench = false qkey 43 [[bench]] arraytable 47 [[bench]] arraytable 51 [[bench]] arraytable 55 [[bench]] arraytable 59 [[bench]] arraytable 63 [[bench]] arraytable 67 [[bench]] arraytable 71 [[bench]] arraytable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | bench.h | 48 struct bench { struct 54 void (*measure)(struct bench_res* res); argument 55 void (*report_progress)(int iter, struct bench_res* res, long delta_ns); argument 56 void (*report_final)(struct bench_res res[], int res_cnt); argument 64 extern const struct bench *bench; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/ |
D | Cargo.toml | 54 [[bench]] arraytable 58 [[bench]] arraytable 62 [[bench]] arraytable 66 [[bench]] arraytable 70 [[bench]] arraytable 74 [[bench]] arraytable 78 [[bench]] arraytable 82 [[bench]] arraytable 86 [[bench]] arraytable
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/ |
D | Cargo.toml | 147 [[bench]] arraytable 153 [[bench]] arraytable 157 [[bench]] arraytable 161 [[bench]] arraytable 165 [[bench]] arraytable 169 [[bench]] arraytable 173 [[bench]] arraytable 179 [[bench]] arraytable 185 [[bench]] arraytable
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/ |
D | Cargo.toml | 49 [[bench]] arraytable 52 [[bench]] arraytable 55 [[bench]] arraytable 58 [[bench]] arraytable 61 [[bench]] arraytable
|
/aosp_15_r20/external/libxkbcommon/bench/ |
H A D | bench.c | 64 bench_start(struct bench *bench) in bench_start() 75 bench_stop(struct bench *bench) in bench_stop() 86 bench_elapsed(const struct bench *bench, struct bench_time *result) in bench_elapsed() 97 bench_elapsed_str(const struct bench *bench) in bench_elapsed_str()
|
H A D | bench.h | 33 struct bench { struct 34 struct bench_time start; argument 35 struct bench_time stop; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/benches/ |
D | fmt.rs | 46 let bench = MultithreadedBench::new(dispatch.clone()); in bench_new_span() localVariable 113 let bench = MultithreadedBench::new(dispatch.clone()); in bench_event() localVariable 164 let bench = MultithreadedBench::new(dispatch.clone()); in bench_event() localVariable 216 let bench = MultithreadedBench::new(dispatch.clone()); in bench_event() localVariable 267 let bench = MultithreadedBench::new(dispatch.clone()); in bench_event() localVariable
|
D | filter.rs | 133 let bench = MultithreadedBench::new(dispatch.clone()); in bench_static() localVariable 161 let bench = MultithreadedBench::new(dispatch.clone()); in bench_static() localVariable 221 let bench = MultithreadedBench::new(dispatch.clone()); in bench_dynamic() localVariable 253 let bench = MultithreadedBench::new(dispatch.clone()); in bench_dynamic() localVariable
|
D | filter_log.rs | 135 let bench = MultithreadedBench::new(dispatch.clone()); in bench_static() localVariable 163 let bench = MultithreadedBench::new(dispatch.clone()); in bench_static() localVariable 225 let bench = MultithreadedBench::new(dispatch.clone()); in bench_dynamic() localVariable 257 let bench = MultithreadedBench::new(dispatch.clone()); in bench_dynamic() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/benches/ |
D | rust.rs | 34 pub fn bench(content: &str) -> Result<(), ()> { in bench() function 40 pub fn bench(content: &str) -> Result<(), ()> { in bench() function 62 pub fn bench(content: &str) -> Result<(), ()> { in bench() function 101 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/benches/ |
H A D | rust.rs | 27 pub fn bench(content: &str) -> Result<(), ()> { in bench() function 33 pub fn bench(content: &str) -> Result<(), ()> { in bench() function 54 pub fn bench(content: &str) -> Result<(), ()> { in bench() function 93 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/benches/ |
H A D | rust.rs | 34 pub fn bench(content: &str) -> Result<(), ()> { in bench() function 40 pub fn bench(content: &str) -> Result<(), ()> { in bench() function 62 pub fn bench(content: &str) -> Result<(), ()> { in bench() function 101 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/ |
D | map_bench_test.go | 15 type bench struct { struct 16 setup func(*testing.B, mapInterface) 17 perG func(b *testing.B, pb *testing.PB, i int, m mapInterface) 20 func benchMap(b *testing.B, bench bench) { argument
|
/aosp_15_r20/external/skia/bench/ |
H A D | nanobench.cpp | 228 bool Target::init(SkImageInfo info, Benchmark* bench) { in init() 399 static double time(int loops, Benchmark* bench, Target* target) { in time() 480 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench() 524 static int setup_gpu_bench(Target* target, Benchmark* bench, int maxGpuFrameLag) { in setup_gpu_bench() 719 static Target* is_enabled(Benchmark* bench, const Config& config) { in is_enabled() 907 std::unique_ptr<Benchmark> bench; in next() local 920 Benchmark* bench = fBenches->get()(nullptr); in rawNext() local 1471 std::unique_ptr<Benchmark> bench(b); in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | graph_building_benchmark.py | 66 def bench(): function 78 def bench(): function 90 def bench(): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-segmentation/ |
D | Cargo.toml | 44 [[bench]] arraytable 48 [[bench]] arraytable 52 [[bench]] arraytable
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/ |
D | Cargo.toml | 41 [[bench]] arraytable 45 [[bench]] arraytable 49 [[bench]] arraytable 53 [[bench]] arraytable
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/ |
D | Cargo.toml | 27 [[bench]] arraytable 31 [[bench]] arraytable 35 [[bench]] arraytable
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/ |
D | Cargo.toml | 160 [[bench]] arraytable 165 [[bench]] arraytable 170 [[bench]] arraytable 175 [[bench]] arraytable 180 [[bench]] arraytable
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/ |
D | Cargo.toml | 69 [[bench]] arraytable 74 [[bench]] arraytable 79 [[bench]] arraytable 84 [[bench]] arraytable 89 [[bench]] arraytable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/ |
D | Cargo.toml | 49 [[bench]] arraytable 53 [[bench]] arraytable 57 [[bench]] arraytable 61 [[bench]] arraytable
|