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

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

Issue 633083002: Changes PlzNavitate histograms to try and simplify their multi-modal characteristic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR comments, renamed histograms using suffixes, other minor changes. Created 6 years, 2 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 adc182ab5fc438020e7300ca0c02359542a75e0a..ddb5a6ef29fd2f2d39c2c0451d86009ffcf07bef 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54539,6 +54539,17 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Media.VideoCaptureManager"/>
</histogram_suffixes>
+<histogram_suffixes name="NavigationCharacteristic">
+ <suffix name="NewRenderer_BeforeUnloadDiscounted"
+ label="Navigation spawned a new renderer process. Time spent in
+ beforeunload subtracted."/>
+ <suffix name="OldRenderer_BeforeUnloadDiscounted"
+ label="Navigation reused an existing renderer process. Time spent in
+ beforeunload subtracted."/>
+ <affected-histogram name="Navigation.TimeToCommit"/>
+ <affected-histogram name="Navigation.TimeToURLJobStart"/>
+</histogram_suffixes>
+
<histogram_suffixes name="Net.QuicClientHelloRejectReasons.QuicIsSecureOrNot"
separator=".">
<owner>rtenneti@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698