HomeSort by relevance Sort by last modified time
    Searched refs:BENCHMARK (Results 1 - 13 of 13) sorted by null

  /bionic/tests/
math_benchmark.cpp 17 #include "benchmark.h"
36 BENCHMARK(BM_math_sqrt);
49 BENCHMARK(BM_math_log10);
62 BENCHMARK(BM_math_logb);
time_benchmark.cpp 17 #include "benchmark.h"
37 BENCHMARK(BM_time_localtime_tz);
string_benchmark.cpp 17 #include "benchmark.h"
46 BENCHMARK(BM_string_memcmp)->AT_COMMON_SIZES;
63 BENCHMARK(BM_string_memcpy)->AT_COMMON_SIZES;
79 BENCHMARK(BM_string_memmove)->AT_COMMON_SIZES;
94 BENCHMARK(BM_string_memset)->AT_COMMON_SIZES;
112 BENCHMARK(BM_string_strlen)->AT_COMMON_SIZES;
benchmark.h 23 class Benchmark {
25 Benchmark(const char* name, void (*fn)(int)) {
29 Benchmark(const char* name, void (*fn_range)(int, int)) {
33 Benchmark* Arg(int x);
59 #define BENCHMARK(f) \
60 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \
61 (new ::testing::Benchmark(#f, f))
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 12 #include "util/benchmark.h"
133 // Benchmark: failed search for regexp in random text.
265 // Benchmark: FindAndConsume
284 // Benchmark: successful anchored search.
344 // Benchmark: use regexp to find phone number.
362 BENCHMARK(Search_Digits_DFA)->ThreadRange(1, NumCPUs());
363 BENCHMARK(Search_Digits_NFA)->ThreadRange(1, NumCPUs());
364 BENCHMARK(Search_Digits_OnePass)->ThreadRange(1, NumCPUs());
366 BENCHMARK(Search_Digits_PCRE)->ThreadRange(1, NumCPUs());
368 BENCHMARK(Search_Digits_RE2)->ThreadRange(1, NumCPUs())
    [all...]
  /external/regex-re2/util/
benchmark.h 9 struct Benchmark {
19 Benchmark(const char* name, void (*f)(int)) { Clear(name); fn = f; Register(); }
20 Benchmark(const char* name, void (*f)(int, int), int l, int h) { Clear(name); fnr = f; lo = l; hi = h; Register(); }
22 Benchmark* ThreadRange(int lo, int hi) { threadlo = lo; threadhi = hi; return this; }
34 #define BENCHMARK(f) \
35 ::testing::Benchmark* _benchmark_##f = (new ::testing::Benchmark(#f, f))
38 ::testing::Benchmark* _benchmark_##f = \
39 (new ::testing::Benchmark(#f, f, lo, hi))
  /frameworks/base/tools/aapt/
Main.h 19 //#define BENCHMARK 1
21 #if BENCHMARK
23 #endif /* BENCHMARK */
Package.cpp 54 #if BENCHMARK
55 fprintf(stdout, "BENCHMARK: Starting APK Bundling \n");
57 #endif /* BENCHMARK */
212 #if BENCHMARK
213 fprintf(stdout, "BENCHMARK: End APK Bundling. Time Elapsed: %f ms \n",(clock() - startAPKTime)/1000.0);
214 #endif /* BENCHMARK */
Resource.cpp     [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 29 * ImageProcessing benchmark test.
39 private final String BENCHMARK = "Benchmark";
72 Log.v(TAG, "Benchmark for test \"" + mTestName.toString() + "\" is: " + mResult);
82 // Set the benchmark thread to run on ui thread
83 // Synchronized the thread such that the test will wait for the benchmark thread to finish
110 results.putFloat(BENCHMARK, avgResult);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 2065 milliseconds