/external/chromium_org/v8/test/mjsunit/ |
escape.js | 67 // Benchmark
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
rails.php | 64 'Abbrev', 'ArgumentError', 'Base64', 'Benchmark', 65 'Benchmark::Tms', 'Bignum', 'Binding', 'CGI', 'CGI::Cookie',
|
/external/v8/test/mjsunit/ |
escape.js | 67 // Benchmark
|
/cts/suite/cts/deviceTests/browserbench/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...] |
navier-stokes.js | 28 [new Benchmark('NavierStokes',
|
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
|
crypto.js | 33 // The code has been adapted for use as a benchmark by Google. 35 new Benchmark("Encrypt", encrypt), 36 new Benchmark("Decrypt", decrypt) [all...] |
raytrace.js | 7 // benchmark, but the all the computational code remains 12 new Benchmark('RayTrace', renderScene)
|
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
|
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/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...] |
navier-stokes.js | 28 [new Benchmark('NavierStokes',
|
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
|
crypto.js | 33 // The code has been adapted for use as a benchmark by Google. 35 new Benchmark("Encrypt", encrypt), 36 new Benchmark("Decrypt", decrypt) [all...] |
raytrace.js | 7 // benchmark, but the all the computational code remains 12 new Benchmark('RayTrace', renderScene)
|
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
|
/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...] |
navier-stokes.js | 28 [new Benchmark('NavierStokes',
|
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
|
crypto.js | 33 // The code has been adapted for use as a benchmark by Google. 35 new Benchmark("Encrypt", encrypt), 36 new Benchmark("Decrypt", decrypt) [all...] |
raytrace.js | 7 // benchmark, but the all the computational code remains 12 new Benchmark('RayTrace', renderScene)
|
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
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
bencher | 247 puts "that each benchmark/VM configuration is run in a single VM invocation, and" 249 puts "one benchmark polluting the running time of another. The fine-grained" 255 puts "VM invocation, and the number of VM invocations per benchmark. By default," 266 puts "--rerun <n> Set the number of iterations of the benchmark that" 270 puts "--outer <n> Set the number of runtime invocations for each benchmark." 306 puts "--local Also do a local benchmark run even when doing --remote." 780 result = plans.select{|v| v.suite.name == suiteName and v.benchmark.name == benchName and v.vm.name == vmName and v.iteration == iteration} 798 def benchmark method in class:ParsedResult 1113 def benchmark method in class:BenchRunPlan 1145 def benchmark method in class:BenchmarkOnVM 1220 def benchmark method in class:BenchPlan [all...] |
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaAlone.cs | 84 " b: Benchmark\n" +
|
LzmaBench.cs | 9 /// LZMA Benchmark
247 System.Console.WriteLine("\nError: dictionary size for benchmark must be >= 19 (512 KB)");
|