HomeSort by relevance Sort by last modified time
    Searched refs:benchmark (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /external/v8/benchmarks/
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
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
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
788 * This is the standard DeltaBlue benchmark. A long chain of equality
  /external/chromium_org/cc/layers/
layer.h 460 virtual void RunMicroBenchmark(MicroBenchmark* benchmark);
layer_impl.h 521 virtual void RunMicroBenchmark(MicroBenchmarkImpl* benchmark);
layer.cc     [all...]
picture_layer_impl.cc     [all...]
layer_impl.cc 1024 // benchmark metrics. Specifically, we want to make sure
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 414 void ScheduleMicroBenchmark(scoped_ptr<MicroBenchmarkImpl> benchmark);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
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/chromium_org/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
  /external/chromium_org/v8/benchmarks/
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/spinning-balls/
v.js 133 // To make the benchmark results predictable, we replace Math.random
151 // The benchmark framework guarantees that Math.random is
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 405 public void benchmark(View v) { method in class:ImageProcessingActivity2
439 // For benchmark test
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 429 public void benchmark(View v) { method in class:ImageProcessingActivityJB
463 // For benchmark test
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 98 // flag and also specify a benchmark that wants a fresh database, that
99 // benchmark will fail.
240 // Pretend at least one op was done in case we are running a benchmark
268 // State shared by all concurrent executions of the same benchmark.
287 // Per-thread state for concurrent executions of the same benchmark.
302 class Benchmark {
389 Benchmark()
412 ~Benchmark() {
441 void (Benchmark::*method)(ThreadState*) = NULL;
447 method = &Benchmark::WriteSeq
976 leveldb::Benchmark benchmark; local
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 9 /// LZMA Benchmark
247 System.Console.WriteLine("\nError: dictionary size for benchmark must be >= 19 (512 KB)");
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 644 // Set the url in the benchmark url box.
649 // Start the benchmark.
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 557 public void benchmark(View v) { method in class:ImageProcessingActivity
593 // For benchmark test
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 24 // To make the benchmark results predictable, we replace Math.random with a

Completed in 1185 milliseconds

1 23 4 5