Home
last modified time | relevance | path

Searched refs:logStatistics (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
Drunner.js85 PerfTestRunner.logStatistics = function (values, unit, title) { function
203 PerfTestRunner.logStatistics(results, PerfTestRunner.unit, "Time:");
205 PerfTestRunner.logStatistics(jsHeapResults, "bytes", "JS Heap:");
/external/chromium_org/remoting/webapp/
Dlog_to_server.js139 remoting.LogToServer.prototype.logStatistics = function(stats, mode) { method in remoting.LogToServer
Dclient_screen.js173 remoting.clientSession.logStatistics(perfstats);
Dclient_session.js1228 remoting.ClientSession.prototype.logStatistics = function(stats) { method in remoting.ClientSession
1229 this.logToServer.logStatistics(stats, this.mode_);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
DVideoRendererGui.java467 logStatistics(); in draw()
472 private void logStatistics() { in logStatistics() method in VideoRendererGui.YuvImageRenderer