/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.
|
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
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, minIterations) { 47 // Benchmark results hold the benchmark and the measured time used to 48 // run the benchmark. The benchmark score is computed later once a 49 // 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
|
/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
|
/external/expat/ |
Makefile | 172 tests/benchmark/benchmark.o: tests/benchmark/benchmark.c 173 tests/benchmark/benchmark: tests/benchmark/benchmark.o $(LIBRARY) 174 $(LINK_EXE) tests/benchmark/benchmark.o $(LIBRARY [all...] |
Makefile.in | 172 tests/benchmark/benchmark.@OBJEXT@: tests/benchmark/benchmark.c 173 tests/benchmark/benchmark: tests/benchmark/benchmark.@OBJEXT@ $(LIBRARY) 174 $(LINK_EXE) tests/benchmark/benchmark.@OBJEXT@ $(LIBRARY [all...] |
/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.
|
/packages/apps/Camera/perftests/panorama/ |
Android.mk | 14 LOCAL_SRC_FILES := benchmark.cpp
|
/external/expat/amiga/ |
Makefile | 8 vpath %.c ../lib ../examples ../xmlwf ../tests ../tests/benchmark 27 clib2: clib2/libexpat.a clib2/xmlwf clib2/elements clib2/outline clib2/runtests clib2/benchmark 29 newlib: newlib/libexpat.a newlib/xmlwf newlib/elements newlib/outline newlib/runtests newlib/benchmark 31 library: libs/expat.library libs/xmlwf libs/elements libs/outline libs/runtests libs/benchmark 33 so: so/libexpat.so so/xmlwf so/elements so/outline so/runtests so/benchmark 146 clib2/benchmark: clib2/benchmark.o 149 clib2/benchmark.o: benchmark.c 210 newlib/benchmark: newlib/benchmark. [all...] |
/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/llvm/utils/yaml-bench/ |
YAMLBench.cpp | 1 //===- YAMLBench - Benchmark the YAMLParser implementation ----------------===// 125 static void benchmark( llvm::TimerGroup &Group function 193 llvm::TimerGroup Group("YAML parser benchmark"); 194 benchmark(Group, "Fast", createJSONText(10, 500)); 196 llvm::TimerGroup Group("YAML parser benchmark"); 197 benchmark(Group, "Small Values", createJSONText(MemoryLimitMB, 5)); 198 benchmark(Group, "Medium Values", createJSONText(MemoryLimitMB, 500)); 199 benchmark(Group, "Large Values", createJSONText(MemoryLimitMB, 50000));
|
/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/regex-re2/ |
Makefile | 56 util/benchmark.h\ 196 obj/test/regexp_benchmark: obj/libre2.a obj/re2/testing/regexp_benchmark.o $(TESTOFILES) obj/util/benchmark.o 198 $(CXX) -o $@ obj/re2/testing/regexp_benchmark.o $(TESTOFILES) obj/util/benchmark.o obj/libre2.a $(LDFLAGS) $(LDPCRE) 246 benchmark: obj/test/regexp_benchmark 263 (echo '==BENCHMARK==' `hostname` `date`; \
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
LevelsRSActivity.java | 202 public void benchmark(View v) { method in class:LevelsRSActivity
|
LevelsDalvikActivity.java | 231 public void benchmark(View v) { method in class:LevelsDalvikActivity
|
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/ |
SampleRSActivity.java | 161 public void benchmark(View v) { method in class:SampleRSActivity
|
/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
|
/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
|
/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
|
/external/v8/benchmarks/spinning-balls/ |
v.js | 133 // To make the benchmark results predictable, we replace Math.random 151 // The benchmark framework guarantees that Math.random is
|