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

Issue 1281673003: [tracing] Adding support for light dumps in blink gc dump provider (Closed)

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

Description

[tracing] Adding support for light dumps in blink gc dump provider On light dump request the blink gc dump provider does not call a snapshot GC and just dumps totals of the process. Also thread id is removed from the dump name of the totals, since it represents all the threads together. BUG=499731 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200317

Patch Set 1 #

Patch Set 2 : Nits. #

Patch Set 3 : Adding comment. #

Patch Set 4 : Fixing test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -10 lines) Patch
M Source/platform/heap/BlinkGCMemoryDumpProvider.cpp View 1 2 2 chunks +22 lines, -8 lines 0 comments Download
M Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 13 (4 generated)
ssid
PTAL. Thanks https://codereview.chromium.org/1281673003/diff/40001/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp File Source/platform/heap/BlinkGCMemoryDumpProvider.cpp (right): https://codereview.chromium.org/1281673003/diff/40001/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp#newcode41 Source/platform/heap/BlinkGCMemoryDumpProvider.cpp:41: Heap::collectGarbage(ThreadState::NoHeapPointersOnStack, ThreadState::TakeSnapshot, Heap::ForcedGC); I guess "Heap::allocatedSpace()" and ...
5 years, 4 months ago (2015-08-10 17:36:39 UTC) #2
haraken
https://codereview.chromium.org/1281673003/diff/40001/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp File Source/platform/heap/BlinkGCMemoryDumpProvider.cpp (right): https://codereview.chromium.org/1281673003/diff/40001/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp#newcode41 Source/platform/heap/BlinkGCMemoryDumpProvider.cpp:41: Heap::collectGarbage(ThreadState::NoHeapPointersOnStack, ThreadState::TakeSnapshot, Heap::ForcedGC); On 2015/08/10 17:36:39, ssid wrote: > ...
5 years, 4 months ago (2015-08-10 23:41:14 UTC) #3
ssid
On 2015/08/10 23:41:14, haraken wrote: > https://codereview.chromium.org/1281673003/diff/40001/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp > File Source/platform/heap/BlinkGCMemoryDumpProvider.cpp (right): > > https://codereview.chromium.org/1281673003/diff/40001/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp#newcode41 > ...
5 years, 4 months ago (2015-08-10 23:51:04 UTC) #4
haraken
On 2015/08/10 23:51:04, ssid wrote: > On 2015/08/10 23:41:14, haraken wrote: > > > https://codereview.chromium.org/1281673003/diff/40001/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp ...
5 years, 4 months ago (2015-08-11 00:02:13 UTC) #5
haraken
On 2015/08/11 00:02:13, haraken wrote: > On 2015/08/10 23:51:04, ssid wrote: > > On 2015/08/10 ...
5 years, 4 months ago (2015-08-11 00:02:55 UTC) #6
ssid
Added a comment. Thanks!
5 years, 4 months ago (2015-08-11 09:07:00 UTC) #8
haraken
LGTM
5 years, 4 months ago (2015-08-11 09:16:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1281673003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1281673003/80001
5 years, 4 months ago (2015-08-11 13:44:46 UTC) #12
commit-bot: I haz the power
5 years, 4 months ago (2015-08-11 13:50:51 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200317

Powered by Google App Engine
This is Rietveld 408576698