Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: remoting/webapp/me2mom/client_session.js

Issue 8310001: Show framerate in chromoting debug log (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops.. compile error. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/me2mom/client_session.js
diff --git a/remoting/webapp/me2mom/client_session.js b/remoting/webapp/me2mom/client_session.js
index f652d99dbc9b89822ac5db1aec1c23cf1bc91ffc..1ccd4e76eab196fa2f042fe5b4e90ad8b4c7da14 100644
--- a/remoting/webapp/me2mom/client_session.js
+++ b/remoting/webapp/me2mom/client_session.js
@@ -403,6 +403,7 @@ remoting.ClientSession.prototype.updateDimensions = function() {
remoting.ClientSession.prototype.stats = function() {
return {
'video_bandwidth': this.plugin.videoBandwidth,
+ 'video_frame_rate': this.plugin.videoFramerate,
'capture_latency': this.plugin.videoCaptureLatency,
'encode_latency': this.plugin.videoEncodeLatency,
'decode_latency': this.plugin.videoDecodeLatency,

Powered by Google App Engine
This is Rietveld 408576698