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

Issue 977283002: Display call site data for functions. (Closed)

Created:
5 years, 9 months ago by rmacnak
Modified:
5 years, 9 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, turnidge, Cutch, vm-dev_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Display call site data for functions. - Requested with coverage data, only in function view for now. - Adjust token position associated with ICData to correspond to the identifier instead of the open paren. - Fix JSONifying ICs for static/constructor calls. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=44476

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -51 lines) Patch
M runtime/observatory/lib/src/elements/function_view.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/script_inset.dart View 1 3 chunks +58 lines, -7 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 3 chunks +79 lines, -0 lines 0 comments Download
M runtime/observatory/test/call_site_data_test.dart View 1 4 chunks +69 lines, -1 line 0 comments Download
M runtime/observatory/test/debugging_test.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 3 chunks +17 lines, -14 lines 0 comments Download
M runtime/vm/object_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/parser.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/parser.cc View 1 5 chunks +15 lines, -8 lines 0 comments Download
M runtime/vm/service.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
rmacnak
https://codereview.chromium.org/977283002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/977283002/diff/1/runtime/vm/object.cc#newcode11910 runtime/vm/object.cc:11910: cache_entry.AddProperty("receiverClass", Library::Handle(cls.library())); Weird.
5 years, 9 months ago (2015-03-05 02:11:28 UTC) #2
Cutch
https://codereview.chromium.org/977283002/diff/1/runtime/observatory/lib/src/service/object.dart File runtime/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/977283002/diff/1/runtime/observatory/lib/src/service/object.dart#newcode2057 runtime/observatory/lib/src/service/object.dart:2057: final int column; Can we store tokenPos and script ...
5 years, 9 months ago (2015-03-09 18:22:43 UTC) #3
rmacnak
https://codereview.chromium.org/977283002/diff/1/runtime/observatory/lib/src/service/object.dart File runtime/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/977283002/diff/1/runtime/observatory/lib/src/service/object.dart#newcode2057 runtime/observatory/lib/src/service/object.dart:2057: final int column; On 2015/03/09 18:22:42, Cutch wrote: > ...
5 years, 9 months ago (2015-03-09 23:16:02 UTC) #4
Cutch
lgtm
5 years, 9 months ago (2015-03-13 16:44:30 UTC) #5
rmacnak
5 years, 9 months ago (2015-03-13 20:47:10 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 44476 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698