HomeSort by relevance Sort by last modified time
    Searched defs:BenchmarkSuite (Results 1 - 5 of 5) sorted by null

  /cts/suite/pts/deviceTests/browserbench/assets/octane/
base.js 67 function BenchmarkSuite(name, reference, benchmarks) {
71 BenchmarkSuite.suites.push(this);
76 BenchmarkSuite.suites = [];
82 BenchmarkSuite.version = '8';
110 BenchmarkSuite.RunSuites = function(runner) {
112 var suites = BenchmarkSuite.suites;
114 BenchmarkSuite.scores = [];
131 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
132 var formatted = BenchmarkSuite.FormatScore(100 * score)
    [all...]
  /external/chromium_org/v8/benchmarks/
base.js 66 function BenchmarkSuite(name, reference, benchmarks) {
70 BenchmarkSuite.suites.push(this);
75 BenchmarkSuite.suites = [];
81 BenchmarkSuite.version = '7';
105 BenchmarkSuite.RunSuites = function(runner) {
107 var suites = BenchmarkSuite.suites;
109 BenchmarkSuite.scores = [];
126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
127 var formatted = BenchmarkSuite.FormatScore(100 * score)
    [all...]
  /external/v8/benchmarks/
base.js 66 function BenchmarkSuite(name, reference, benchmarks) {
70 BenchmarkSuite.suites.push(this);
75 BenchmarkSuite.suites = [];
81 BenchmarkSuite.version = '7';
105 BenchmarkSuite.RunSuites = function(runner) {
107 var suites = BenchmarkSuite.suites;
109 BenchmarkSuite.scores = [];
126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
127 var formatted = BenchmarkSuite.FormatScore(100 * score)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/
dom-perf.js 48 // A benchmark is a test which can be run as part of a BenchmarkSuite.
130 // BenchmarkSuite
132 function BenchmarkSuite(name, benchmarks) {
142 BenchmarkSuite.start = PerfTestRunner.now();
144 BenchmarkSuite.Math = new (function() {
216 BenchmarkSuite.prototype.RunSingle = function(benchmark, times) {
268 BenchmarkSuite.prototype.generateTree = function(parent, width, depth) {
302 BenchmarkSuite.prototype.generateDOMTree = function(width, depth, reps) {
317 BenchmarkSuite.prototype.generateSmallTree = function() {
323 BenchmarkSuite.prototype.generateMediumTree = function()
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher     [all...]

Completed in 2474 milliseconds