Searched refs:NotifyResult (Results 1 – 2 of 2) sorted by relevance
177 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite181 if (this.runner.NotifyResult) {183 this.runner.NotifyResult(this.name, formatted);257 suite.NotifyResult();
60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property