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

Issue 1231603008: Expose allocation tracing over service protocol (Closed)

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

Description

Patch Set 1 #

Total comments: 26

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -18 lines) Patch
M runtime/observatory/lib/src/cpu_profile/cpu_profile.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 3 chunks +17 lines, -1 line 0 comments Download
A runtime/observatory/tests/service/get_allocation_samples_test.dart View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/test_helper.dart View 1 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/profiler_service.h View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/profiler_service.cc View 3 chunks +52 lines, -17 lines 0 comments Download
M runtime/vm/service.cc View 1 7 chunks +99 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Cutch
5 years, 5 months ago (2015-07-13 18:12:13 UTC) #2
turnidge
https://codereview.chromium.org/1231603008/diff/1/runtime/observatory/lib/src/service/object.dart File runtime/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/1231603008/diff/1/runtime/observatory/lib/src/service/object.dart#newcode2001 runtime/observatory/lib/src/service/object.dart:2001: return isolate.invokeRpc('_getCpuProfile', params); Calling this _getCpuProfile doesn't seem right. ...
5 years, 5 months ago (2015-07-13 23:37:49 UTC) #3
Cutch
https://codereview.chromium.org/1231603008/diff/1/runtime/observatory/lib/src/service/object.dart File runtime/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/1231603008/diff/1/runtime/observatory/lib/src/service/object.dart#newcode2001 runtime/observatory/lib/src/service/object.dart:2001: return isolate.invokeRpc('_getCpuProfile', params); On 2015/07/13 23:37:48, turnidge wrote: > ...
5 years, 5 months ago (2015-07-14 15:53:48 UTC) #4
turnidge
lgtm w/ 2 minor comments. https://codereview.chromium.org/1231603008/diff/20001/runtime/observatory/tests/service/get_allocation_samples_test.dart File runtime/observatory/tests/service/get_allocation_samples_test.dart (right): https://codereview.chromium.org/1231603008/diff/20001/runtime/observatory/tests/service/get_allocation_samples_test.dart#newcode44 runtime/observatory/tests/service/get_allocation_samples_test.dart:44: hasStoppedAtBreakpoint, Delete this? https://codereview.chromium.org/1231603008/diff/20001/runtime/observatory/tests/service/get_allocation_samples_test.dart#newcode60 ...
5 years, 5 months ago (2015-07-14 18:34:20 UTC) #5
Cutch
5 years, 5 months ago (2015-07-14 18:42:04 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
a92a3c8af3cae5751d2f8eed5a1bd1631ec3b4de (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698