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

Issue 1453983002: Add RPC and UI for reachable size of an object / all instances of a class. (Closed)

Created:
5 years, 1 month ago by rmacnak
Modified:
5 years, 1 month ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, turnidge, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add RPC and UI for reachable size of an object / all instances of a class. BUG=http://dartbug.com/24945 R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/75cd019a9cecf30ef428b114cc2e654b2b6ded02

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -5 lines) Patch
M runtime/observatory/lib/src/elements/class_view.dart View 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/class_view.html View 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/object_common.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/object_common.html View 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A runtime/observatory/tests/service/reachable_size_test.dart View 1 1 chunk +71 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/test_helper.dart View 1 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/object_graph.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/object_graph.cc View 3 chunks +49 lines, -1 line 0 comments Download
M runtime/vm/raw_object.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 3 chunks +46 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
rmacnak
5 years, 1 month ago (2015-11-17 23:26:49 UTC) #2
Cutch
https://codereview.chromium.org/1453983002/diff/1/runtime/observatory/tests/service/reachable_size_test.dart File runtime/observatory/tests/service/reachable_size_test.dart (right): https://codereview.chromium.org/1453983002/diff/1/runtime/observatory/tests/service/reachable_size_test.dart#newcode45 runtime/observatory/tests/service/reachable_size_test.dart:45: fieldValue(String fieldName) async { Maybe rename: getIsolateGlobalVariableValue(Isolate isolate, String ...
5 years, 1 month ago (2015-11-18 15:00:20 UTC) #3
rmacnak
https://codereview.chromium.org/1453983002/diff/1/runtime/observatory/tests/service/reachable_size_test.dart File runtime/observatory/tests/service/reachable_size_test.dart (right): https://codereview.chromium.org/1453983002/diff/1/runtime/observatory/tests/service/reachable_size_test.dart#newcode45 runtime/observatory/tests/service/reachable_size_test.dart:45: fieldValue(String fieldName) async { On 2015/11/18 15:00:20, Cutch wrote: ...
5 years, 1 month ago (2015-11-18 18:07:29 UTC) #4
Cutch
lgtm
5 years, 1 month ago (2015-11-20 01:11:23 UTC) #5
rmacnak
5 years, 1 month ago (2015-11-20 18:02:21 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
75cd019a9cecf30ef428b114cc2e654b2b6ded02 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698