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

Issue 2667743004: Surfaced native heap memory allocation information to the Observatory (Closed)

Created:
3 years, 10 months ago by bkonyi
Modified:
3 years, 10 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Surfaced native heap memory allocation information to the Observatory BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/c8e275537dd9288a423c3a432d417379a49c6a4a

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added method to check if MallocHooks have been initialized. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -0 lines) Patch
M runtime/observatory/lib/src/elements/vm_view.dart View 1 chunk +22 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/models/objects/vm.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/malloc_hooks.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/malloc_hooks.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/malloc_hooks_unsupported.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (4 generated)
Cutch
LGTM w/c https://codereview.chromium.org/2667743004/diff/1/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/2667743004/diff/1/runtime/vm/service.cc#newcode3805 runtime/vm/service.cc:3805: jsobj.AddProperty("_heapAllocatedMemoryUsage", if there is a way to ...
3 years, 10 months ago (2017-01-31 23:21:05 UTC) #4
bkonyi
https://codereview.chromium.org/2667743004/diff/1/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/2667743004/diff/1/runtime/vm/service.cc#newcode3805 runtime/vm/service.cc:3805: jsobj.AddProperty("_heapAllocatedMemoryUsage", On 2017/01/31 23:21:05, Cutch wrote: > if there ...
3 years, 10 months ago (2017-01-31 23:37:06 UTC) #5
bkonyi
3 years, 10 months ago (2017-02-01 00:10:03 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c8e275537dd9288a423c3a432d417379a49c6a4a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698