Searched defs:FormatScore (Results 1 - 2 of 2) sorted by relevance

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

Completed in 489 milliseconds