Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dbase.js169 BenchmarkSuite.prototype.NotifyStep = function(result) { method in BenchmarkSuite
171 if (this.runner.NotifyStep) this.runner.NotifyStep(result.benchmark.name);
193 if (this.runner.NotifyStep) {
194 this.runner.NotifyStep(this.name);
225 this.NotifyStep(new BenchmarkResult(benchmark, usec));
/external/v8/test/perf-test/Collections/
Dbase.js216 BenchmarkSuite.prototype.NotifyStep = function(result) { method in BenchmarkSuite
218 if (this.runner.NotifyStep) this.runner.NotifyStep(result.benchmark.name);
259 if (this.runner.NotifyStep) {
260 this.runner.NotifyStep(this.name);
307 this.NotifyStep(new BenchmarkResult(benchmark, usec, rms));