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

Issue 2601153002: Added methods to surface number of zone and scoped handles for each isolate. (Closed)

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

Description

Added methods to surface number of zone and scoped handles for each isolate. Added methods to surface number of zone and scoped handles in each isolate. These values are displayed in the isolate view page in the Observatory. These handle counts for the native IO isolate will be surfaced in another CL. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/82cf4cc374252c309dc053016e25caca0abb2118

Patch Set 1 #

Total comments: 6

Patch Set 2 : Added methods to surface number of zone and scoped handles in each isolate. These values are displa… #

Patch Set 3 : Added methods to surface number of zone and scoped handles in each isolate. These values are displa… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -4 lines) Patch
M runtime/observatory/lib/src/elements/isolate_view.dart View 1 1 chunk +20 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/models/objects/isolate.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 chunks +10 lines, -1 line 0 comments Download
M runtime/observatory/tests/service/get_isolate_rpc_test.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/thread.h View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/thread.cc View 1 2 2 chunks +26 lines, -2 lines 0 comments Download
M runtime/vm/thread_registry.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/thread_registry.cc View 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
bkonyi
3 years, 11 months ago (2016-12-28 22:18:22 UTC) #2
Cutch
https://codereview.chromium.org/2601153002/diff/1/runtime/observatory/lib/src/elements/isolate_view.dart File runtime/observatory/lib/src/elements/isolate_view.dart (right): https://codereview.chromium.org/2601153002/diff/1/runtime/observatory/lib/src/elements/isolate_view.dart#newcode272 runtime/observatory/lib/src/elements/isolate_view.dart:272: ..text = 'zone handles', How about something more like: ...
3 years, 11 months ago (2017-01-03 18:16:49 UTC) #3
bkonyi
https://codereview.chromium.org/2601153002/diff/1/runtime/observatory/lib/src/elements/isolate_view.dart File runtime/observatory/lib/src/elements/isolate_view.dart (right): https://codereview.chromium.org/2601153002/diff/1/runtime/observatory/lib/src/elements/isolate_view.dart#newcode272 runtime/observatory/lib/src/elements/isolate_view.dart:272: ..text = 'zone handles', On 2017/01/03 at 18:16:49, Cutch ...
3 years, 11 months ago (2017-01-03 20:00:10 UTC) #4
siva
lgtm https://codereview.chromium.org/2601153002/diff/1/runtime/vm/thread.cc File runtime/vm/thread.cc (right): https://codereview.chromium.org/2601153002/diff/1/runtime/vm/thread.cc#newcode773 runtime/vm/thread.cc:773: } ASSERT(count > 0); https://codereview.chromium.org/2601153002/diff/1/runtime/vm/thread.cc#newcode784 runtime/vm/thread.cc:784: } ASSERT(count ...
3 years, 11 months ago (2017-01-03 20:08:31 UTC) #5
bkonyi
On 2017/01/03 at 20:08:31, asiva wrote: > lgtm > > https://codereview.chromium.org/2601153002/diff/1/runtime/vm/thread.cc > File runtime/vm/thread.cc (right): ...
3 years, 11 months ago (2017-01-03 20:12:44 UTC) #6
siva
On 2017/01/03 20:12:44, bkonyi wrote: > On 2017/01/03 at 20:08:31, asiva wrote: > > lgtm ...
3 years, 11 months ago (2017-01-03 20:15:08 UTC) #7
bkonyi
On 2017/01/03 at 20:15:08, asiva wrote: > On 2017/01/03 20:12:44, bkonyi wrote: > > On ...
3 years, 11 months ago (2017-01-03 20:19:25 UTC) #8
bkonyi
3 years, 11 months ago (2017-01-03 20:21:27 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
82cf4cc374252c309dc053016e25caca0abb2118 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698