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

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

Issue 1096783005: QUIC - Collect performance stats for QUIC vs non-QUIC when google (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments for PatchSet 3 Created 5 years, 8 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 | « net/url_request/url_request_http_job.cc ('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 ab123224f2860a2b8f78e77c1057028c1e7c0773..50d567f0fd635050a75bc7220c81c1129a0fd276 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -68701,6 +68701,16 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="ThreadWatcher.UnresponsiveThreads"/>
</histogram_suffixes>
+<histogram_suffixes name="TotalTimeToGoogle" separator=".">
+ <suffix name="Quic"
+ label="Recorded for Google servers only when QUIC is used."/>
+ <suffix name="NotQuic"
+ label="Recorded for Google servers only when QUIC is not used."/>
+ <affected-histogram name="Net.HttpJob.TotalTime"/>
+ <affected-histogram name="Net.HttpJob.TotalTimeCached"/>
+ <affected-histogram name="Net.HttpJob.TotalTimeNotCached"/>
+</histogram_suffixes>
+
<histogram_suffixes name="Tps65090Fets" separator=".">
<suffix name="Fet1" label="FET1 on tps65090 (register 0xf)"/>
<suffix name="Fet2" label="FET2 on tps65090 (register 0x10)"/>
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698