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

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

Side-by-side diff isn't available for this file because of its large size.
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: merge conlict Created 5 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:
Download patch
« no previous file with comments | « testing/variations/fieldtrial_testing_config_win.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ab7289663c8bd358271c1fab318dd23364b30a2f..3c1357fc15d8d30c4c6ae8ea4c12ccad6896e2dc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44831,12 +44831,44 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Sync.RequestContentLength.Compressed" units="bytes">
+ <owner>gangwu@chromium.org</owner>
+ <summary>
+ The request content size for a single HTTP/HTTPS call from sync client to
+ server. The content is compressed by gzip.
+ </summary>
+</histogram>
+
+<histogram name="Sync.RequestContentLength.Original" units="bytes">
+ <owner>gangwu@chromium.org</owner>
+ <summary>
+ The original request content size for a single HTTP/HTTPS call from sync
+ client to server. It is the size before content got compressed.
+ </summary>
+</histogram>
+
<histogram name="Sync.ResolveSimpleConflict"
enum="SyncSimpleConflictResolutions">
<owner>zea@chromium.org</owner>
<summary>Enumeration of types of simple conflict resolutions.</summary>
</histogram>
+<histogram name="Sync.ResponseContentLength.Compressed" units="bytes">
+ <owner>gangwu@chromium.org</owner>
+ <summary>
+ The response content size for a single HTTP/HTTPS call from sync server to
+ client. The content is compressed by gzip.
+ </summary>
+</histogram>
+
+<histogram name="Sync.ResponseContentLength.Original" units="bytes">
+ <owner>gangwu@chromium.org</owner>
+ <summary>
+ The original response content size for a single HTTP/HTTPS call from sync
+ server and client. It is the size after content got uncompressed.
+ </summary>
+</histogram>
+
<histogram name="Sync.RestoreBackendInitializeSucess" enum="BooleanSuccess">
<obsolete>
Deprecated 11/2011. Was counted incorrectly. Replaced by
« no previous file with comments | « testing/variations/fieldtrial_testing_config_win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698