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

Unified Diff: remoting/proto/video.proto

Issue 394883008: Add basic perf tests for chromoting protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « remoting/host/video_scheduler.cc ('k') | remoting/protocol/channel_multiplexer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/video.proto
diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
index db3a08cf29d0568a4ec838d16d865597d9ffe19f..55ac8134114633523041b7084370a642bb0cc229 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -63,4 +63,7 @@ message VideoPacket {
// True when |desktop_shape_rects| should be used.
optional bool use_desktop_shape = 11;
+
+ // Optional frame timestamp. Used in tests to estimate frame latency.
+ optional int64 timestamp = 12;
}
« no previous file with comments | « remoting/host/video_scheduler.cc ('k') | remoting/protocol/channel_multiplexer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698