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

/external/v8/benchmarks/
H A Dbase.js177 BenchmarkSuite.prototype.NotifyResult = function() {
181 if (this.runner.NotifyResult) {
183 this.runner.NotifyResult(this.name, formatted);
257 suite.NotifyResult();
/external/v8/test/js-perf-test/
H A Dbase.js224 BenchmarkSuite.prototype.NotifyResult = function() {
228 if (this.runner.NotifyResult) {
230 this.runner.NotifyResult(this.name, formatted);
237 if (this.runner.NotifyResult) {
239 this.runner.NotifyResult(this.name + "Latency", formattedLatency);
248 if (runner.NotifyResult) {
249 runner.NotifyResult(this.name, "Skipped");
340 suite.NotifyResult();

Completed in 80 milliseconds