DescriptionAdd V8.ArrayBufferLargeAllocations, deprecate V8.ArrayBufferBigAllocations.
CL https://codereview.chromium.org/2856663002 modifies V8 to only
track array buffer allocations only if the size is at least one
megabyte. This is being done because the UMA entry in
V8.ArrayBufferBigAllocations for sizes < 1Mb is so large (at least
99.93%) that the rest of the distribution was not visually visible.
To do this, the old table V8.ArrayBufferBigAllocations is marked
obsolete, and the new table V8.ArrayBufferLargeAllocations has
been added.
BUG=chrome:704922
Review-Url: https://codereview.chromium.org/2867483002
Cr-Commit-Position: refs/heads/master@{#469810}
Committed: https://chromium.googlesource.com/chromium/src/+/6031a48ccf1fa0ce3b62e3983e01a9b14d1260fe
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix nit. #Messages
Total messages: 15 (8 generated)
|