Searched defs:bench (Results 1 - 25 of 27) sorted by relevance

12

/external/compiler-rt/test/tsan/
H A Dbench_acquire_only.cc4 // bench.h needs pthread barriers which are not available on OS X
7 #include "bench.h"
16 void bench() { function
H A Dbench_acquire_release.cc4 // bench.h needs pthread barriers which are not available on OS X
7 #include "bench.h"
16 void bench() { function
H A Dbench_rwmutex.cc4 // bench.h needs pthread barriers which are not available on OS X
7 #include "bench.h"
18 void bench() { function
H A Dbench_single_writer.cc4 // bench.h needs pthread barriers which are not available on OS X
7 #include "bench.h"
21 void bench() { function
H A Dbench_local_mutex.cc4 // bench.h needs pthread barriers which are not available on OS X
7 #include "bench.h"
19 void bench() { function
H A Dbench_release_only.cc4 // bench.h needs pthread barriers which are not available on OS X
7 #include "bench.h"
18 void bench() { function
H A Dbench_mutex.cc4 // bench.h needs pthread barriers which are not available on OS X
7 #include "bench.h"
24 void bench() { function
H A Dbench_ten_mutexes.cc4 // bench.h needs pthread barriers which are not available on OS X
7 #include "bench.h"
22 void bench() { function
/external/v8/test/mjsunit/regress/
H A Dregress-2185-2.js122 function bench(name, array) { function
134 bench("random", random);
135 bench("up", asc);
136 bench("down", desc);
137 bench("saw 1000", saw1);
138 bench("saw 500", saw2);
139 bench("saw 200", saw3);
140 bench("saw 200 symmetric", saw4);
141 bench("saw 200 down", saw4);
142 bench("u
[all...]
/external/eigen/bench/
H A Dquatmul.cpp4 #include <bench/BenchTimer.h>
20 template<typename Quat> void bench(const std::string& label) function
41 bench<Quaternionf>("float ");
42 bench<Quaterniond>("double");
H A DbenchFFT.cpp12 #include <bench/BenchUtil.h>
44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false) function
99 bench<complex<float> >(NFFT,true);
100 bench<complex<float> >(NFFT,false);
101 bench<float>(NFFT,true);
102 bench<float>(NFFT,false);
103 bench<float>(NFFT,false,true);
104 bench<float>(NFFT,false,true,true);
106 bench<complex<double> >(NFFT,true);
107 bench<comple
[all...]
H A Dgeometry.cpp4 #include <bench/BenchTimer.h>
90 EIGEN_DONT_INLINE void bench(const std::string& msg, const Transformation& t) function
118 bench("matrix 3x3", mat33);
119 bench("quaternion", quat);
120 bench("quat-mat ", quatmat);
121 bench("isometry3 ", iso3);
122 bench("affine3 ", aff3);
123 bench("c affine3 ", caff3);
124 bench("proj3 ", proj3);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DMatrixJNITest.java69 bench();
74 private void bench () { method in class:MatrixJNITest
H A DBufferUtilsTest.java140 bench();
143 private void bench () { method in class:BufferUtilsTest
/external/skia/bench/
H A DnanobenchAndroid.cpp12 HWUITarget::HWUITarget(const Config& c, Benchmark* bench) : Target(c) { } argument
44 bool HWUITarget::init(SkImageInfo info, Benchmark* bench) { argument
45 this->renderer.initialize(bench->getSize().x(), bench->getSize().y());
H A DResultsWriter.h7 * Classes for writing out bench results in various formats.
21 * Base class for writing out the bench results.
36 // Denote the start of a specific benchmark. Once bench is called,
38 virtual void bench(const char name[], int32_t x, int32_t y) {} function in class:ResultsWriter
40 // Record the specific configuration a bench is run under, such as "8888".
96 void bench(const char name[], int32_t x, int32_t y) override {
/external/eigen/bench/btl/generic_bench/
H A Dbench.hh2 // File : bench.hh
41 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ) function
154 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ){ function
157 bench<Portable_Perf_Analyzer,Action>(size_min,size_max,nb_point);
159 // bench<Mixed_Perf_Analyzer,Action>(size_min,size_max,nb_point);
163 // bench<X86_Perf_Analyzer,Action>(size_min,size_max,nb_point);
164 // bench<STL_Perf_Analyzer,Action>(size_min,size_max,nb_point);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bench/
H A DTiledMapBench.java17 package com.badlogic.gdx.tests.bench;
/external/skia/tools/VisualBench/
H A DVisualBenchmarkStream.cpp25 "[~][^]substring[$] [...] of bench name to run.\n"
27 "~ causes a matching bench to always be skipped\n"
28 "^ requires the start of the bench to match\n"
29 "$ requires the end of the bench to match\n"
31 "If a bench does not match any list entry,\n"
34 DEFINE_bool(warmup, true, "Include a warmup bench? (Excluding the warmup may compromise results)");
129 Benchmark* bench; local
132 bench = new WarmupBench;
135 while ((bench = this->innerNext()) &&
136 (SkCommandLineFlags::ShouldSkip(FLAGS_match, bench
155 Benchmark* bench = fBenches->factory()(nullptr); local
[all...]
H A DWrappedBenchmark.h22 // Takes ownership of caller's ref on `bench`.
23 explicit WrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench) argument
25 , fBench(bench) {}
78 explicit CpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench) argument
79 : INHERITED(surfaceProps, bench) {}
100 explicit GpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench, argument
102 : INHERITED(surfaceProps, bench)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
H A Dmain.py61 from bench import cssmin as p_01_cssmin
89 def bench(filenames, count): function
222 struct = bench(args, count)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
H A Dmain.py49 from bench import jsmin as p_01_simple_port
51 from bench import jsmin_2_0_9 as p_02_jsmin_2_0_9
102 def bench(filenames, count): function
235 struct = bench(args, count)
/external/lz4/programs/
H A Dlz4cli.c61 #include "bench.h" /* BMK_benchFile, BMK_SetNbIterations, BMK_SetBlocksize, BMK_SetPause */
263 bench=0, local
391 case 'b': bench=1; break;
438 if (bench) return BMK_benchFile(argv+filenamesStart, argc-filenamesStart, cLevel);
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
H A DBufferPerformanceBench.java60 new File(System.getProperty("okio.bench.origin.path", "/dev/urandom"));
208 * in superclasses and move the setup method depending on the bench state
217 public void setupBench(BufferPerformanceBench bench) { argument
218 super.bench = bench;
223 TimeUnit.MICROSECONDS.sleep(bench.maxThinkMicros);
232 public void setupBench(BufferPerformanceBench bench) { argument
233 super.bench = bench;
240 BufferPerformanceBench bench; field in class:BufferPerformanceBench.BufferSetup
[all...]
/external/google-benchmark/src/
H A Dbenchmark.cc901 Benchmark* RegisterBenchmarkInternal(Benchmark* bench) { argument
902 std::unique_ptr<Benchmark> bench_ptr(bench);
905 return bench;

Completed in 868 milliseconds

12