HomeSort by relevance Sort by last modified time
    Searched refs:benchmark (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/Source/WebKit/android/benchmark/
main.cpp 34 extern void benchmark(const char*, int, int ,int);
64 android::benchmark(argv[optind], reloadCount, width, height);
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 2 and performance benchmark. 100 iterations will be made.
7 adjust iteration count so the benchmark runs about five minutes.
  /external/v8/benchmarks/
base.js 29 // Simple framework for running the benchmark suites and
33 // A benchmark has a name (string) and a function that will be run to
36 // running the benchmark, but the running time of these functions will
37 // not be accounted for in the benchmark score.
38 function Benchmark(name, run, setup, tearDown) {
46 // Benchmark results hold the benchmark and the measured time used to
47 // run the benchmark. The benchmark score is computed later once a
48 // full benchmark suite has run to completion
    [all...]
richards.js 30 // benchmark from:
34 // The benchmark was originally implemented in BCPL by
39 new Benchmark("Richards", runRichards)
44 * The Richards benchmark simulates the task dispatcher of an
splay.js 28 // This benchmark is based on a JavaScript log processing module used
37 new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown)
65 // The benchmark framework guarantees that Math.random is
deltablue.js 19 // This implementation of the DeltaBlue benchmark is derived
27 new Benchmark('DeltaBlue', deltaBlue)
40 * Beware: this benchmark is written in a grotesque style where
785 * This is the standard DeltaBlue benchmark. A long chain of equality
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 4 // The url is what this page is known to the benchmark as.
5 // The benchmark uses this id to differentiate the benchmark's
9 // benchmark stalls.
  /external/webkit/Tools/Scripts/
sunspider-compare-results 52 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
54 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
55 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
run-sunspider 64 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
66 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
67 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
  /external/expat/amiga/
Makefile 34 BENCHMARK = $(DESTDIR)/benchmark
52 staticlib: $(STATICLIB) $(XMLWF) $(ELEMENTS) $(OUTLINE) $(RUNTESTS) $(BENCHMARK) check
55 sharedlib: $(SHAREDLIB) $(XMLWF) $(ELEMENTS) $(OUTLINE) $(RUNTESTS) $(BENCHMARK) check
183 $(BENCHMARK): $(DESTDIR)/benchmark.o $(LAUNCH)
186 $(DESTDIR)/benchmark.o: benchmark/benchmark.c
  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 42 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
44 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
45 --parse-only Compare the parse-only benchmark results
sunspider 61 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
63 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
64 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
  /external/webkit/Source/WebKit/
Android.mk 60 android/benchmark/Intercept.cpp \
61 android/benchmark/MyJavaVM.cpp \
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 65 #include "benchmark/Intercept.h"
66 #include "benchmark/MyJavaVM.h"
190 EXPORT void benchmark(const char* url, int reloadCount, int width, int height) { function in namespace:android
  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 272 public void benchmark(View v) { method in class:ImageProcessingActivity
279 // For benchmark test
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 30 // benchmark from:
34 // The benchmark was originally implemented in BCPL by
39 * The Richards benchmark simulates the task dispatcher of an
v8-splay.js 28 // This benchmark is based on a JavaScript log processing module used
60 // The benchmark framework guarantees that Math.random is
v8-deltablue.js 19 // This implementation of the DeltaBlue benchmark is derived
34 * Beware: this benchmark is written in a grotesque style where
779 * This is the standard DeltaBlue benchmark. A long chain of equality
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 30 // benchmark from:
34 // The benchmark was originally implemented in BCPL by
39 * The Richards benchmark simulates the task dispatcher of an
v8-splay.js 28 // This benchmark is based on a JavaScript log processing module used
60 // The benchmark framework guarantees that Math.random is
v8-deltablue.js 19 // This implementation of the DeltaBlue benchmark is derived
34 * Beware: this benchmark is written in a grotesque style where
779 * This is the standard DeltaBlue benchmark. A long chain of equality
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 30 // benchmark from:
34 // The benchmark was originally implemented in BCPL by
39 * The Richards benchmark simulates the task dispatcher of an
v8-splay.js 28 // This benchmark is based on a JavaScript log processing module used
60 // The benchmark framework guarantees that Math.random is
  /external/webkit/
Android.mk 506 include $(WEBKIT_PATH)/android/benchmark/Android.mk
  /external/skia/
Android.mk 342 # benchmark (timings)

Completed in 1465 milliseconds

1 2