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

Issue 2657283004: Modified service to include current native zone memory consumption information in the VM object. Ad… (Closed)

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

Description

Modified service to include current native zone memory consumption information in the VM object. Added a field to display this new information on the main page of the Observatory. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/b00df4d4ac364672924ae63d6d46a8b06db58261

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changed field name in Observatory and added null check for new value. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M runtime/observatory/lib/src/elements/vm_view.dart View 1 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/models/objects/vm.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
bkonyi
3 years, 10 months ago (2017-01-27 17:48:10 UTC) #2
Cutch
https://codereview.chromium.org/2657283004/diff/1/runtime/observatory/lib/src/elements/vm_view.dart File runtime/observatory/lib/src/elements/vm_view.dart (right): https://codereview.chromium.org/2657283004/diff/1/runtime/observatory/lib/src/elements/vm_view.dart#newcode192 runtime/observatory/lib/src/elements/vm_view.dart:192: ..text = Utils.formatSize(_vm.nativeZoneMemoryUsage) we usually keep the raw value ...
3 years, 10 months ago (2017-01-31 17:15:23 UTC) #3
bkonyi
https://codereview.chromium.org/2657283004/diff/1/runtime/observatory/lib/src/elements/vm_view.dart File runtime/observatory/lib/src/elements/vm_view.dart (right): https://codereview.chromium.org/2657283004/diff/1/runtime/observatory/lib/src/elements/vm_view.dart#newcode192 runtime/observatory/lib/src/elements/vm_view.dart:192: ..text = Utils.formatSize(_vm.nativeZoneMemoryUsage) On 2017/01/31 17:15:23, Cutch wrote: > ...
3 years, 10 months ago (2017-01-31 21:13:06 UTC) #4
Cutch
LGTM after offline discussion
3 years, 10 months ago (2017-01-31 21:20:08 UTC) #5
bkonyi
3 years, 10 months ago (2017-01-31 21:26:12 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b00df4d4ac364672924ae63d6d46a8b06db58261 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698