/external/flatbuffers/benchmarks/cpp/ |
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
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
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
|
/external/libxkbcommon/bench/ |
D | bench.h | 33 struct bench { struct 34 struct bench_time start; argument 35 struct bench_time stop; argument
|
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()
|
/external/tensorflow/tensorflow/python/framework/ |
D | graph_building_benchmark.py | 66 def bench(): function 78 def bench(): function 90 def bench(): function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/benches/ |
D | rust.rs | 37 pub fn bench(_path: &Path, content: &str) -> Result<(), ()> { in bench() function 45 pub fn bench(_path: &Path, content: &str) -> Result<(), ()> { in bench() function 69 pub fn bench(path: &Path, content: &str) -> Result<(), ()> { in bench() function 110 pub fn bench(_path: &Path, content: &str) -> Result<(), ()> { in bench() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/benches/ |
D | rust.rs | 37 pub fn bench(_path: &Path, content: &str) -> Result<(), ()> { in bench() function 45 pub fn bench(_path: &Path, content: &str) -> Result<(), ()> { in bench() function 69 pub fn bench(path: &Path, content: &str) -> Result<(), ()> { in bench() function 110 pub fn bench(_path: &Path, content: &str) -> Result<(), ()> { in bench() function
|
/external/rust/android-crates-io/crates/syn/benches/ |
D | rust.rs | 38 pub fn bench(_path: &Path, content: &str) -> Result<(), ()> { in bench() function 46 pub fn bench(_path: &Path, content: &str) -> Result<(), ()> { in bench() function 73 pub fn bench(path: &Path, content: &str) -> Result<(), ()> { in bench() function 114 pub fn bench(_path: &Path, content: &str) -> Result<(), ()> { in bench() function
|
/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
|
/external/eigen/bench/btl/generic_bench/ |
D | bench.hh | 41 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ) in bench() function 154 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ){ in bench() function
|
/external/pytorch/benchmarks/dynamo/ |
D | parse_logs.py | 78 bench = "torchbench" variable 85 bench = "huggingface" variable 87 bench = "timm_models" variable
|
/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/ |
D | BufferPerformanceBenchmark.java | 217 public void setupBench(BufferPerformanceBenchmark bench) { in setupBench() 232 public void setupBench(BufferPerformanceBenchmark bench) { in setupBench() 240 BufferPerformanceBenchmark bench; field in BufferPerformanceBenchmark.BufferSetup
|
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/ |
D | BufferPerformanceBench.java | 217 public void setupBench(BufferPerformanceBench bench) { in setupBench() 232 public void setupBench(BufferPerformanceBench bench) { in setupBench() 240 BufferPerformanceBench bench; field in BufferPerformanceBench.BufferSetup
|
/external/rust/android-crates-io/crates/tracing/benches/ |
D | event.rs | 5 fn bench(c: &mut Criterion) { in bench() function
|
D | span_no_fields.rs | 6 fn bench(c: &mut Criterion) { in bench() function
|
D | dispatch_get_ref.rs | 5 fn bench(c: &mut Criterion) { in bench() function
|
D | span_fields.rs | 6 fn bench(c: &mut Criterion) { in bench() function
|
D | dispatch_get_clone.rs | 5 fn bench(c: &mut Criterion) { in bench() function
|
/external/compiler-rt/test/tsan/ |
D | bench_acquire_only.cc | 16 void bench() { in bench() function
|
D | bench_rwmutex.cc | 18 void bench() { in bench() function
|
D | bench_acquire_release.cc | 16 void bench() { in bench() function
|
/external/rust/android-crates-io/crates/mls-rs/benches/ |
D | group_commit.rs | 8 fn bench(c: &mut Criterion) { in bench() function
|
/external/rust/android-crates-io/crates/json-strip-comments/benches/ |
D | strip.rs | 3 pub fn bench(c: &mut Criterion) { in bench() function
|