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

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

Issue 1875503003: Revert "Create and pass shared-histogram-allocator from browser to renderer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/public/test/mock_render_process_host.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 6e1c8d8e80ae0a30ab797b76725157cfbd424ea8..d9d137e72ca052b6d1576ac72934fb72228b9dc7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54884,24 +54884,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="UMA.PersistentAllocator.RendererMetrics.Allocs" units="bytes">
- <owner>bcwhite@chromium.org</owner>
- <owner>asvitkine@chromium.org</owner>
- <summary>
- Size, before padding, of objects allocated from persistent memory. This is
- updated with every allocation.
- </summary>
-</histogram>
-
-<histogram name="UMA.PersistentAllocator.RendererMetrics.UsedPct" units="%">
- <owner>bcwhite@chromium.org</owner>
- <owner>asvitkine@chromium.org</owner>
- <summary>
- Percentage of persistent memory segment that has been allocated. This is
- updated only once per reporting cycle.
- </summary>
-</histogram>
-
<histogram name="UMA.PersistentAllocator.SetupMetrics.Allocs" units="bytes">
<owner>bcwhite@chromium.org</owner>
<owner>asvitkine@chromium.org</owner>
@@ -54976,16 +54958,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="UMA.SubprocessMetricsProvider.SubprocessCount"
- units="subprocesses">
- <owner>asvitkine@chromium.org</owner>
- <owner>bcwhite@chromium.org</owner>
- <summary>
- The number of subprocesses from which persistent metrics were collected,
- logged once with every reporting cycle.
- </summary>
-</histogram>
-
<histogram name="UMA.SyntheticTrials.Count">
<obsolete>
Deprecated as of August 2015.
« no previous file with comments | « content/public/test/mock_render_process_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698