Home
last modified time | relevance | path

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

12

/external/skia/tools/
Dmonobench.cpp48 std::unique_ptr<Benchmark> bench{ r->factory()(nullptr) }; in main() local
75 for (auto& bench : benches) { in main() local
89 for (auto& bench : benches) { in main() local
100 for (auto& bench : benches) { in main() local
/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/toolchain-utils/deprecated/
Drun_benchmarks.py71 def RunBrowserBenchmark(chromeos_root, board, bench, machine): argument
100 def RunCpuBenchmark(chromeos_root, bench, workdir, machine): argument
/external/compiler-rt/test/tsan/
Dbench_acquire_release.cc16 void bench() { in bench() function
Dbench_rwmutex.cc18 void bench() { in bench() function
Dbench_acquire_only.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_mutex.cc24 void bench() { in bench() function
Dbench_local_mutex.cc19 void bench() { in bench() function
Dbench_ten_mutexes.cc22 void bench() { 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/eigen/bench/
Dquatmul.cpp20 template<typename Quat> void bench(const std::string& label) in bench() function
DbenchFFT.cpp44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false) in bench() function
Ddense_solvers.cpp30 void bench(int id, int rows, int size = Size) in bench() function
Dgeometry.cpp90 EIGEN_DONT_INLINE void bench(const std::string& msg, const Transformation& t) in bench() function
/external/skia/bench/
Dnanobench.cpp148 bool Target::init(SkImageInfo info, Benchmark* bench) { in init()
237 static double time(int loops, Benchmark* bench, Target* target) { in time()
319 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench()
363 static int setup_gpu_bench(Target* target, Benchmark* bench, int maxGpuFrameLag) { in setup_gpu_bench()
499 static Target* is_enabled(Benchmark* bench, const Config& config) { in is_enabled()
684 std::unique_ptr<Benchmark> bench; in next() local
697 Benchmark* bench = fBenches->factory()(nullptr); in rawNext() local
1212 std::unique_ptr<Benchmark> bench(b); in main() local
DResultsWriter.h39 virtual void bench(const char name[], int32_t x, int32_t y) {} in bench() function
100 void bench(const char name[], int32_t x, int32_t y) override { in bench() function
Dcheck_bench_regressions.py52 def __init__(self, bench, config, time_type, settings): argument
/external/eigen/bench/perf_monitoring/gemm/
Dgemm.cpp23 double bench(long m, long n, long k) in bench() function
Dlazy_gemm.cpp26 double bench() in bench() function
/external/toolchain-utils/crosperf/
Dresults_organizer.py20 def _AdjustIteration(benchmarks, max_dup, bench): argument
/external/lz4/examples/
Dcompress_functions.c109 uint64_t bench( in bench() function
/external/google-benchmark/src/
Dbenchmark_register.cc209 Benchmark* RegisterBenchmarkInternal(Benchmark* bench) { in RegisterBenchmarkInternal()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc197 Benchmark* RegisterBenchmarkInternal(Benchmark* bench) { in RegisterBenchmarkInternal()

12