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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2867483002: Add V8.ArrayBufferLargeAllocations, deprecate V8.ArrayBufferBigAllocations. (Closed)
Patch Set: Fix nit. Created 3 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
« no previous file with comments | « no previous file | 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 518ae82d5c935ac9cb63d4e686e5219297ae4cc0..11773ddb94e00a4b106327ad31179c186564eb9a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77352,12 +77352,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="V8.ArrayBufferBigAllocations" units="MB">
+ <obsolete>
+ Deprecated 5/2017 in Issue 704922. Replaced by
+ V8.ArrayBufferLargeAllocations.
+ </obsolete>
<owner>bradnelson@chromium.org</owner>
<owner>titzer@chromium.org</owner>
<owner>kschimpf@chromium.org</owner>
<summary>Number of bytes requested in an array buffer allocation.</summary>
</histogram>
+<histogram name="V8.ArrayBufferLargeAllocations" units="MB">
+ <owner>bradnelson@chromium.org</owner>
+ <owner>titzer@chromium.org</owner>
+ <owner>kschimpf@chromium.org</owner>
+ <summary>
+ Number of bytes requested in array buffer allocations greater than one
+ megabyte.
+ </summary>
+</histogram>
+
<histogram name="V8.ArrayBufferNewSizeFailures" units="MB">
<owner>bradnelson@chromium.org</owner>
<owner>titzer@chromium.org</owner>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698