Searched refs:NotifyResult (Results 1 – 2 of 2) sorted by relevance
182 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite186 if (this.runner.NotifyResult) {188 this.runner.NotifyResult(this.name, formatted);262 suite.NotifyResult();
65 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property