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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2967063002: Don't report 'custom' processes as untracked. (Closed)
Patch Set: record all untracked sub-processes in sparse histogram but renumber 'custom' ones 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 6c1a5189d1c43e320e0b0a4193ac8cb36fd1092d..651a86f1a4c81f05eb2e0dfeceabb5d2439fc2be 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80865,13 +80865,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="UMA.SubprocessMetricsProvider.UntrackedProcesses"
- units="subprocesses">
+ enum="SubprocessType">
<owner>asvitkine@chromium.org</owner>
<owner>bcwhite@chromium.org</owner>
<summary>
The number of subprocesses, by type, from which persistent metrics are NOT
collected because there is no information about this (likely new) process
- type.
+ type. Process numbers 1000 or greater are &quot;custom&quot; processes used
+ by embedders.
</summary>
</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