Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbase.js174 BenchmarkSuite.prototype.NotifyStep = function(result) { method in BenchmarkSuite
176 if (this.runner.NotifyStep) this.runner.NotifyStep(result.benchmark.name);
198 if (this.runner.NotifyStep) {
199 this.runner.NotifyStep(this.name);
230 this.NotifyStep(new BenchmarkResult(benchmark, usec));