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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1246523003: [Sync] Finch Experiment : Enable compression between sync client and server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update the name to make it easier to be understand Created 5 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5fbb97d00ce130e94d966fdbfe47e48815e7f70a..a973db703dd409436de37188de0bde378684e8a6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43977,6 +43977,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Sync.ContentLengthCompressed" units="byte">
+ <owner>gangwu@chromium.org</owner>
+ <summary>
+ The content size for a single HTTP/HTTPS call bewteen sync client and
+ server. The content is compressed by gzip.
+ </summary>
+</histogram>
+
+<histogram name="Sync.ContentLengthOriginal" units="byte">
+ <owner>gangwu@chromium.org</owner>
+ <summary>
+ The original content size for a single HTTP/HTTPS call bewteen sync client
+ and server. For HTTP request, it should be the size before content got
+ compressed. For HTTP response, it should be the size after content got
+ uncompressed.
+ </summary>
+</histogram>
+
<histogram name="Sync.CredentialsLost" enum="BooleanCredentialsLost">
<owner>zea@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698