Searched refs:logStatistics (Results 1 – 5 of 5) sorted by relevance
85 PerfTestRunner.logStatistics = function (values, unit, title) { function203 PerfTestRunner.logStatistics(results, PerfTestRunner.unit, "Time:");205 PerfTestRunner.logStatistics(jsHeapResults, "bytes", "JS Heap:");
139 remoting.LogToServer.prototype.logStatistics = function(stats, mode) { method in remoting.LogToServer
173 remoting.clientSession.logStatistics(perfstats);
1228 remoting.ClientSession.prototype.logStatistics = function(stats) { method in remoting.ClientSession1229 this.logToServer.logStatistics(stats, this.mode_);
467 logStatistics(); in draw()472 private void logStatistics() { in logStatistics() method in VideoRendererGui.YuvImageRenderer