Home
last modified time | relevance | path

Searched defs:bench (Results 1 – 25 of 140) sorted by relevance

123456

/external/flatbuffers/benchmarks/cpp/
Dbenchmark_main.cpp9 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/
Dbench.h48 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/
Dbench.h33 struct bench { struct
34 struct bench_time start; argument
35 struct bench_time stop; argument
Dbench.c64 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/
Dgraph_building_benchmark.py66 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/
Drust.rs37 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/
Drust.rs37 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/
Drust.rs38 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/
Dfmt.rs46 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
Dfilter.rs133 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
Dfilter_log.rs135 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/
Dbench.hh41 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/
Dparse_logs.py78 bench = "torchbench" variable
85 bench = "huggingface" variable
87 bench = "timm_models" variable
/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DBufferPerformanceBenchmark.java217 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/
DBufferPerformanceBench.java217 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/
Devent.rs5 fn bench(c: &mut Criterion) { in bench() function
Dspan_no_fields.rs6 fn bench(c: &mut Criterion) { in bench() function
Ddispatch_get_ref.rs5 fn bench(c: &mut Criterion) { in bench() function
Dspan_fields.rs6 fn bench(c: &mut Criterion) { in bench() function
Ddispatch_get_clone.rs5 fn bench(c: &mut Criterion) { in bench() function
/external/compiler-rt/test/tsan/
Dbench_acquire_only.cc16 void bench() { in bench() function
Dbench_rwmutex.cc18 void bench() { in bench() function
Dbench_acquire_release.cc16 void bench() { in bench() function
/external/rust/android-crates-io/crates/mls-rs/benches/
Dgroup_commit.rs8 fn bench(c: &mut Criterion) { in bench() function
/external/rust/android-crates-io/crates/json-strip-comments/benches/
Dstrip.rs3 pub fn bench(c: &mut Criterion) { in bench() function

123456