Home
last modified time | relevance | path

Searched refs:BenchmarkResult (Results 1 – 3 of 3) sorted by relevance

/external/v8/benchmarks/
Dbase.js49 function BenchmarkResult(benchmark, time) { class
57 BenchmarkResult.prototype.valueOf = function() {
225 this.NotifyStep(new BenchmarkResult(benchmark, usec));
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DCMakeLists.txt18 BenchmarkResult.cpp
/external/v8/tools/
Dperf-compare.py93 class BenchmarkResult: class
152 self.runs_[run_name] = BenchmarkResult(units, count, mean, stddev)