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

Issue 2856663002: Don't report array buffer allocations less than 1 Mb. (Closed)

Created:
3 years, 7 months ago by kschimpf
Modified:
3 years, 7 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Don't report array buffer allocations less than 1 Mb. History has shown that 99.93% (or more) of all memory allocations are less than 1 megabyte, and they all appear in the same UMA stat entry. To give perspective, the entry for <= 1Mb is about 20,000 times larger than any other entry in the table. This makes the distribution in the table hard to see. And, for allocation failures at this size, the percentage of failures (when compared to number of requests) is soo small (millions to one) that little data can be gleamed from the <= 1Mb entry. Note: requires CL https://codereview.chromium.org/2867483002 BUG=chrome:704922 R=bradnelson@chromium.org, bbudge@chromium.org, isherman@chromium.org Review-Url: https://codereview.chromium.org/2856663002 Cr-Commit-Position: refs/heads/master@{#45148} Committed: https://chromium.googlesource.com/v8/v8/+/3d0535065d83420c4303fcff277b97d2ebfa0e35

Patch Set 1 #

Total comments: 4

Patch Set 2 : Apply s/Big/Large/ in V8.ArrayBufferBigAllocations. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M src/counters.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (16 generated)
kschimpf
3 years, 7 months ago (2017-05-01 19:26:18 UTC) #5
Ilya Sherman
https://codereview.chromium.org/2856663002/diff/1/src/counters.h File src/counters.h (right): https://codereview.chromium.org/2856663002/diff/1/src/counters.h#newcode938 src/counters.h:938: HR(array_buffer_big_allocations, V8.ArrayBufferBigAllocations, 1, 4096, 13) \ Please rename the ...
3 years, 7 months ago (2017-05-01 19:51:14 UTC) #6
kschimpf
https://codereview.chromium.org/2856663002/diff/1/src/counters.h File src/counters.h (right): https://codereview.chromium.org/2856663002/diff/1/src/counters.h#newcode938 src/counters.h:938: HR(array_buffer_big_allocations, V8.ArrayBufferBigAllocations, 1, 4096, 13) \ On 2017/05/01 19:51:14, ...
3 years, 7 months ago (2017-05-04 20:51:36 UTC) #9
Ilya Sherman
https://codereview.chromium.org/2856663002/diff/1/src/counters.h File src/counters.h (right): https://codereview.chromium.org/2856663002/diff/1/src/counters.h#newcode938 src/counters.h:938: HR(array_buffer_big_allocations, V8.ArrayBufferBigAllocations, 1, 4096, 13) \ On 2017/05/04 20:51:36, ...
3 years, 7 months ago (2017-05-04 21:21:21 UTC) #10
kschimpf
https://codereview.chromium.org/2856663002/diff/1/src/counters.h File src/counters.h (right): https://codereview.chromium.org/2856663002/diff/1/src/counters.h#newcode938 src/counters.h:938: HR(array_buffer_big_allocations, V8.ArrayBufferBigAllocations, 1, 4096, 13) \ On 2017/05/04 21:21:21, ...
3 years, 7 months ago (2017-05-05 17:05:37 UTC) #14
bbudge
lgtm
3 years, 7 months ago (2017-05-05 19:26:06 UTC) #17
Ilya Sherman
LGTM, thanks.
3 years, 7 months ago (2017-05-05 19:53:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2856663002/20001
3 years, 7 months ago (2017-05-06 01:35:35 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel_ng/builds/25477)
3 years, 7 months ago (2017-05-06 17:41:33 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2856663002/20001
3 years, 7 months ago (2017-05-06 19:09:13 UTC) #24
commit-bot: I haz the power
3 years, 7 months ago (2017-05-06 19:57:33 UTC) #27
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/3d0535065d83420c4303fcff277b97d2ebf...

Powered by Google App Engine
This is Rietveld 408576698