Home
last modified time | relevance | path

Searched refs:FormatScore (Results 1 – 2 of 2) sorted by relevance

/external/v8/benchmarks/
Dbase.js127 var formatted = BenchmarkSuite.FormatScore(100 * score);
159 BenchmarkSuite.FormatScore = function(value) { class in BenchmarkSuite
182 var formatted = BenchmarkSuite.FormatScore(100 * score);
/external/v8/test/perf-test/Collections/
Dbase.js146 var formatted = BenchmarkSuite.FormatScore(100 * score);
206 BenchmarkSuite.FormatScore = function(value) { class in BenchmarkSuite
229 var formatted = BenchmarkSuite.FormatScore(100 * score);
238 var formattedLatency = BenchmarkSuite.FormatScore(100 * scoreLatency)