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

Unified Diff: extensions/browser/api/cast_channel/logging.proto

Issue 475463002: Cast channel logging: log additional statistics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@REAL-NEW-MASTER
Patch Set: Fix merge Created 6 years, 4 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 | « extensions/browser/api/cast_channel/logger_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/cast_channel/logging.proto
diff --git a/extensions/browser/api/cast_channel/logging.proto b/extensions/browser/api/cast_channel/logging.proto
index 7e090bc7a6b6115a16b31c51ebb46079750e4d84..58d86ac68aa4bec471bb8f0d0b73e81f8798b166 100644
--- a/extensions/browser/api/cast_channel/logging.proto
+++ b/extensions/browser/api/cast_channel/logging.proto
@@ -133,6 +133,8 @@ message AggregatedSocketEvent {
optional int32 endpoint_id = 2;
optional ChannelAuth channel_auth_type = 3;
repeated SocketEvent socket_event = 4;
+ optional int64 bytes_read = 5;
+ optional int64 bytes_written = 6;
}
message Log {
@@ -144,6 +146,4 @@ message Log {
// Number of event log entries evicted by the logger due to size constraints.
optional int32 num_evicted_socket_events = 3;
-
- // TODO(imcheng): Add other stats, such as bytes read/written across sockets.
}
« no previous file with comments | « extensions/browser/api/cast_channel/logger_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698