Searched refs:NotifyStep (Results 1 – 2 of 2) sorted by relevance
169 BenchmarkSuite.prototype.NotifyStep = function(result) { method in BenchmarkSuite171 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));
216 BenchmarkSuite.prototype.NotifyStep = function(result) { method in BenchmarkSuite218 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));