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

  /external/v8/tools/unittests/testdata/
results_processor.py 13 richards = 0.0 variable
17 match = re.match(r'^Richards\d: (.*)$', line)
19 richards += float(match.group(1))
24 print 'Richards: %f' % richards
  /external/v8/benchmarks/
run.js 30 load('richards.js');
richards.js 29 // This is a JavaScript implementation of the Richards
35 // Martin Richards.
38 var Richards = new BenchmarkSuite('Richards', 35302, [
39 new Benchmark("Richards", runRichards)
44 * The Richards benchmark simulates the task dispatcher of an
84 * how many times a task is put on hold in a correct run of richards.
  /external/v8/tools/
run_perf.py 65 {"name": "Richards"},
80 {"name": "Richards",
81 "path": ["richards"],
84 "results_regexp": "^Richards: (.+)$"},
    [all...]

Completed in 676 milliseconds