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

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

Side-by-side diff isn't available for this file because of its large size.
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: minor comment fix Created 5 years, 7 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
« net/base/net_util.cc ('K') | « 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 212078902ff235aff78473cb6912554f4446fa6c..a7aaf074b1df6c77c1431adb2b68ce7657338856 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -68695,6 +68695,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">
Alexei Svitkine (slow) 2015/04/27 19:23:55 You need to add separator=".".
ramant (doing other things) 2015/04/28 00:30:25 Done.
+ <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)"/>
« net/base/net_util.cc ('K') | « 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