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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2970573002: [Cleanup] Pretty-print histograms.xml (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « tools/metrics/histograms/enums.xml ('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 409b131ad16cc02988408c086bd038475c100e71..73b146a09c62f170cd8c511a544a3937572ead81 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47918,11 +47918,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>dimich@chromium.org</owner>
<summary>
Enum-based buckets reflect the number of days the Chrome was used in each
- specific way: - Not used at all during whole day. - Started, but failed to
- successfully navigate. - Only navigated to offline pages locally saved on
- the device. - Only navigated online. - Navigated to both online and offline
- pages. This data is accumulated locally and reported when connection is
- likely to succeed (usually after successful online navigation).
+ specific way. This data is accumulated locally and reported when connection
+ is likely to succeed (usually after successful online navigation).
</summary>
</histogram>
@@ -96030,7 +96027,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram_suffixes>
<histogram_suffixes name="ServiceWorker.StartSituation" separator="_">
- <affected-histogram name="EmbeddedWorkerInstance.Start.StartMessageLatency"/>
<suffix name="DuringStartup"
label="The worker started up during browser startup."/>
<suffix name="NewProcess"
@@ -96038,6 +96034,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
created, depending on the histogram)."/>
<suffix name="ExistingProcess"
label="An existing process was used for the worker."/>
+ <affected-histogram name="EmbeddedWorkerInstance.Start.StartMessageLatency"/>
<affected-histogram name="EmbeddedWorkerInstance.Start.TimeToEvaluateScript"/>
<affected-histogram name="EmbeddedWorkerInstance.Start.TimeToLoad.HttpCache"/>
<affected-histogram
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698