/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/ |
clonenodes.js | 66 domTree = BenchmarkSuite.prototype.generateSmallTree(); 69 domTree = BenchmarkSuite.prototype.generateMediumTree(); 72 domTree = BenchmarkSuite.prototype.generateLargeTree(); 99 var CloneNodesTest = new BenchmarkSuite('CloneNodes', benchmarks);
|
getelement.js | 108 domTree = BenchmarkSuite.prototype.generateSmallTree(); 111 domTree = BenchmarkSuite.prototype.generateDOMTree(15, 12, 4); 114 domTree = BenchmarkSuite.prototype.generateDOMTree(26, 26, 1); 120 domTree = BenchmarkSuite.prototype.generateSmallTree(); 123 domTree = BenchmarkSuite.prototype.generateMediumTree(); 126 domTree = BenchmarkSuite.prototype.generateLargeTree(); 207 var GetElementTest = new BenchmarkSuite("Get Elements", benchmarks);
|
domdivwalk.js | 140 case "small" : domTree = BenchmarkSuite.prototype.generateSmallTree(); break; 141 case "medium" : domTree = BenchmarkSuite.prototype.generateMediumTree(); break; 142 case "large" : domTree = BenchmarkSuite.prototype.generateLargeTree(); break; 175 var DOMDivWalkTest = new BenchmarkSuite("DOMDivWalk", benchmarks);
|
modify-attribute.js | 73 var ModifyAttributeTest = new BenchmarkSuite('ModifyAttribute', [
|
domwalk.js | 148 var DOMWalkTest = new BenchmarkSuite('DOMWalk', [
|
accessors.js | 142 var AccessorsTest = new BenchmarkSuite('Accessors', [
|
domtable.js | 171 var DOMTableTest = new BenchmarkSuite('DOMTable', [
|
gridsort.js | 163 var GridSortTest = new BenchmarkSuite('GridSort', [
|
createnodes.js | 208 var CreateNodesTest = new BenchmarkSuite('CreateNodes', [
|
events.js | 265 var EventTest = new BenchmarkSuite('Events', [
|
template.js | [all...] |
/cts/suite/cts/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...] |
run.js | 60 print('Score (version ' + BenchmarkSuite.version + '): ' + score); 65 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
|
navier-stokes.js | 27 var NavierStokes = new BenchmarkSuite('NavierStokes', 1484000,
|
splay.js | 36 var Splay = new BenchmarkSuite('Splay', 81491, [
|
/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...] |
run.js | 55 print('Score (version ' + BenchmarkSuite.version + '): ' + score); 60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
|
navier-stokes.js | 27 var NavierStokes = new BenchmarkSuite('NavierStokes', 1484000,
|
splay.js | 36 var Splay = new BenchmarkSuite('Splay', 81491, [
|
/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...] |
run.js | 55 print('Score (version ' + BenchmarkSuite.version + '): ' + score); 60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
|
navier-stokes.js | 27 var NavierStokes = new BenchmarkSuite('NavierStokes', 1484000,
|
splay.js | 36 var Splay = new BenchmarkSuite('Splay', 81491, [
|
/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...] |