Home
last modified time | relevance | path

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

123

/external/libxkbcommon/bench/
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()
Dbench.h33 struct bench { struct
34 struct bench_time start; argument
35 struct bench_time stop; argument
Drulescomp.c38 struct bench bench; in main() local
Drules.c43 struct bench bench; in main() local
Dcompose.c42 struct bench bench; in main() local
Dx11.c45 struct bench bench; in main() local
Datom.c48 struct bench bench; in main() local
Dkey-proc.c62 struct bench bench; in main() local
/external/tensorflow/tensorflow/python/framework/
Dgraph_building_benchmark.py70 def bench(): function
82 def bench(): function
94 def bench(): function
/external/rust/crates/syn/benches/
Drust.rs27 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
33 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
52 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
82 pub fn bench(content: &str) -> Result<(), ()> { in bench() function
/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/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/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/skia/bench/
Dnanobench.cpp202 bool Target::init(SkImageInfo info, Benchmark* bench) { in init()
284 static double time(int loops, Benchmark* bench, Target* target) { in time()
363 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench()
407 static int setup_gpu_bench(Target* target, Benchmark* bench, int maxGpuFrameLag) { in setup_gpu_bench()
550 static Target* is_enabled(Benchmark* bench, const Config& config) { in is_enabled()
730 std::unique_ptr<Benchmark> bench; in next() local
743 Benchmark* bench = fBenches->get()(nullptr); in rawNext() local
1274 std::unique_ptr<Benchmark> bench(b); in main() local
/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
Dbench_single_writer.cc21 void bench() { in bench() function
Dbench_release_only.cc18 void bench() { in bench() function
Dbench_local_mutex.cc19 void bench() { in bench() function
Dbench_mutex.cc24 void bench() { in bench() function
Dbench_ten_mutexes.cc22 void bench() { in bench() function
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DSingleThreadBlockingQpsBenchmark.java77 SingleThreadBlockingQpsBenchmark bench = new SingleThreadBlockingQpsBenchmark(); in main() local
/external/rust/crates/crc32fast/benches/
Dbench.rs10 fn bench(b: &mut Bencher, size: usize, hasher_init: Hasher) { in bench() function
/external/eigen/bench/
Dbench_move_semantics.cpp33 void bench(const std::string& label) in bench() function

123