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

/external/v8/benchmarks/
H A Dbase.js169 BenchmarkSuite.prototype.NotifyStep = function(result) {
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));

Completed in 36 milliseconds