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

Issue 3003903002: Hide internal classes from Memory Profile (Closed)

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

Description

Hide internal classes from Memory Profile The Service Protocol exposes a new private RPC _getDefaultClassesAliases which returns a Map from internal classes to a String. This Map is used to group internal classes and to avoid navigation to patch files. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/89e72c7bb5aa7997cada71f806fed557b0fc08a6

Patch Set 1 #

Patch Set 2 : Add documentation #

Total comments: 7

Patch Set 3 : Address CL comments #

Total comments: 4

Messages

Total messages: 12 (4 generated)
cbernaschina
3 years, 3 months ago (2017-08-25 19:26:35 UTC) #2
cbernaschina
3 years, 3 months ago (2017-08-28 18:01:51 UTC) #5
rmacnak
https://codereview.chromium.org/3003903002/diff/20001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/3003903002/diff/20001/runtime/vm/service.cc#newcode4088 runtime/vm/service.cc:4088: for (int32_t id = kClassCid; id <= kMixinAppTypeCid; ++id) ...
3 years, 3 months ago (2017-08-28 22:51:08 UTC) #6
cbernaschina
https://codereview.chromium.org/3003903002/diff/20001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/3003903002/diff/20001/runtime/vm/service.cc#newcode4091 runtime/vm/service.cc:4091: } On 2017/08/28 22:51:08, rmacnak wrote: > AbstractType, Type, ...
3 years, 3 months ago (2017-08-28 23:19:27 UTC) #7
siva
https://codereview.chromium.org/3003903002/diff/40001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/3003903002/diff/40001/runtime/vm/service.cc#newcode4091 runtime/vm/service.cc:4091: internals.AddValueF("classes/%" Pd, static_cast<intptr_t>(id)); Is the static cast needed? https://codereview.chromium.org/3003903002/diff/40001/runtime/vm/service.cc#newcode4133 ...
3 years, 3 months ago (2017-08-28 23:31:16 UTC) #8
cbernaschina
https://codereview.chromium.org/3003903002/diff/40001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/3003903002/diff/40001/runtime/vm/service.cc#newcode4091 runtime/vm/service.cc:4091: internals.AddValueF("classes/%" Pd, static_cast<intptr_t>(id)); On 2017/08/28 23:31:16, siva wrote: > ...
3 years, 3 months ago (2017-08-28 23:36:17 UTC) #9
siva
lgtm
3 years, 3 months ago (2017-08-29 01:17:42 UTC) #10
cbernaschina
3 years, 3 months ago (2017-08-29 01:19:01 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
89e72c7bb5aa7997cada71f806fed557b0fc08a6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698