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

Unified Diff: remoting/client/chromoting_stats.cc

Issue 6792038: Chromoting to report roundtrip latency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add scriptable interface Created 9 years, 9 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/client/chromoting_stats.cc
diff --git a/remoting/client/chromoting_stats.cc b/remoting/client/chromoting_stats.cc
index a9b10e1822e5fcad832311fff0e4ca9c98b5d15a..d3b8796303aa701222625187f63461a32259946d 100644
--- a/remoting/client/chromoting_stats.cc
+++ b/remoting/client/chromoting_stats.cc
@@ -22,7 +22,8 @@ ChromotingStats::ChromotingStats()
video_capture_ms_(kLatencyWindow),
video_encode_ms_(kLatencyWindow),
video_decode_ms_(kLatencyWindow),
- video_paint_ms_(kLatencyWindow) {
+ video_paint_ms_(kLatencyWindow),
+ round_trip_ms_(kLatencyWindow) {
}
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698