summaryrefslogtreecommitdiffstats
path: root/remoting/proto
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 00:17:46 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 00:17:46 +0000
commit3fdfd76aa7cff198b657015100219373508e5585 (patch)
treec55f4adb1f8c0ebd4dde3e1a3a8d68797c3d69cc /remoting/proto
parenta1d5e0354ef792097296f63877e7adae3d1e1787 (diff)
downloadchromium_src-3fdfd76aa7cff198b657015100219373508e5585.zip
chromium_src-3fdfd76aa7cff198b657015100219373508e5585.tar.gz
chromium_src-3fdfd76aa7cff198b657015100219373508e5585.tar.bz2
Add basic perf tests for chromoting protocol.
This CL doesn't yet include any emulation of network characteristics (latency, bandwidth, etc.). I'm going to implement it in a separate CL. BUG=394067 R=rmsousa@chromium.org, ttuttle@chromium.org TBR=ttuttle@chromium.org (DEPS on net in remoting/test) Review URL: https://codereview.chromium.org/394883008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/proto')
-rw-r--r--remoting/proto/video.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
index db3a08c..55ac813 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;
}