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

Issue 1315113006: Add partitionsOutOfMemoryUsingXXX to know Blink memory usage from OOM crash reports (Closed)

Created:
5 years, 3 months ago by tasak
Modified:
5 years, 3 months ago
Reviewers:
haraken, tzik
CC:
blink-reviews, Mads Ager (chromium), oilpan-reviews, blink-reviews-wtf_chromium.org, kouhei+heap_chromium.org, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add partitionsOutOfMemoryUsingXXX to know Blink memory usage from crash reports when PartitionAlloc hits OOM. To avoid linker optimization, copied alias.cc and alias.h from //base/debug to WTF. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201791

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -0 lines) Patch
A Source/wtf/Alias.h View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A Source/wtf/Alias.cpp View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M Source/wtf/PartitionAlloc.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M Source/wtf/PartitionAlloc.cpp View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
M Source/wtf/Partitions.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M Source/wtf/Partitions.cpp View 1 2 3 3 chunks +88 lines, -0 lines 0 comments Download
M Source/wtf/wtf.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
tasak
5 years, 3 months ago (2015-09-03 10:29:37 UTC) #2
haraken
https://codereview.chromium.org/1315113006/diff/1/Source/wtf/PartitionAlloc.cpp File Source/wtf/PartitionAlloc.cpp (right): https://codereview.chromium.org/1315113006/diff/1/Source/wtf/PartitionAlloc.cpp#newcode33 Source/wtf/PartitionAlloc.cpp:33: #include "wtf/Partitions.h" We don't want to add this dependency ...
5 years, 3 months ago (2015-09-03 10:53:43 UTC) #3
tasak
https://codereview.chromium.org/1315113006/diff/1/Source/wtf/PartitionAlloc.cpp File Source/wtf/PartitionAlloc.cpp (right): https://codereview.chromium.org/1315113006/diff/1/Source/wtf/PartitionAlloc.cpp#newcode33 Source/wtf/PartitionAlloc.cpp:33: #include "wtf/Partitions.h" On 2015/09/03 10:53:43, haraken wrote: > > ...
5 years, 3 months ago (2015-09-04 05:17:04 UTC) #5
haraken
Add more rationale of the change to the CL description. https://codereview.chromium.org/1315113006/diff/40001/Source/wtf/Alias.cpp File Source/wtf/Alias.cpp (right): https://codereview.chromium.org/1315113006/diff/40001/Source/wtf/Alias.cpp#newcode1 ...
5 years, 3 months ago (2015-09-04 05:22:45 UTC) #6
tasak
https://codereview.chromium.org/1315113006/diff/40001/Source/wtf/Alias.cpp File Source/wtf/Alias.cpp (right): https://codereview.chromium.org/1315113006/diff/40001/Source/wtf/Alias.cpp#newcode1 Source/wtf/Alias.cpp:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
5 years, 3 months ago (2015-09-04 06:12:06 UTC) #9
haraken
LGTM
5 years, 3 months ago (2015-09-04 06:14:24 UTC) #10
haraken
https://codereview.chromium.org/1315113006/diff/100001/Source/wtf/PartitionAlloc.h File Source/wtf/PartitionAlloc.h (right): https://codereview.chromium.org/1315113006/diff/100001/Source/wtf/PartitionAlloc.h#newcode319 Source/wtf/PartitionAlloc.h:319: // gOomHandlingFunction is invoked when ParitionAlloc says OutOfMemory. when ...
5 years, 3 months ago (2015-09-04 06:14:49 UTC) #11
tzik
lgtm
5 years, 3 months ago (2015-09-04 06:23:51 UTC) #12
tasak
Thank you for review. https://codereview.chromium.org/1315113006/diff/100001/Source/wtf/PartitionAlloc.h File Source/wtf/PartitionAlloc.h (right): https://codereview.chromium.org/1315113006/diff/100001/Source/wtf/PartitionAlloc.h#newcode319 Source/wtf/PartitionAlloc.h:319: // gOomHandlingFunction is invoked when ...
5 years, 3 months ago (2015-09-04 06:32:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315113006/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315113006/120001
5 years, 3 months ago (2015-09-04 06:32:53 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/103243)
5 years, 3 months ago (2015-09-04 09:01:24 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315113006/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315113006/120001
5 years, 3 months ago (2015-09-04 09:13:40 UTC) #20
commit-bot: I haz the power
5 years, 3 months ago (2015-09-04 11:31:38 UTC) #21
Message was sent while issue was closed.
Committed patchset #5 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201791

Powered by Google App Engine
This is Rietveld 408576698