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

Issue 1758653003: Add source position information to profile (Closed)

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

Description

Add source position information to profile - Fix bug in inlined call token positios. - Add ProfileFunctionSourcePosition for tracking source positions within functions. - Keep a list of ProfileFunctionSourcePosition in each function. - Add unit test helper functions. - Add unoptimized unit tests that verify source positions in function profiles. - Add optimized/inlined unit tests that verify source positions in function profiles. R=srdjan@google.com Committed: https://github.com/dart-lang/sdk/commit/58e0ef13fa77cbb52185abd1e92d5341f46b5ae8

Patch Set 1 #

Patch Set 2 : #

Total comments: 15
Unified diffs Side-by-side diffs Delta from patch set Stats (+851 lines, -10 lines) Patch
M runtime/vm/compiler.cc View 1 1 chunk +4 lines, -1 line 2 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +5 lines, -1 line 2 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 chunk +3 lines, -1 line 2 comments Download
M runtime/vm/object.h View 2 chunks +7 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 4 chunks +21 lines, -2 lines 0 comments Download
M runtime/vm/profiler_service.h View 4 chunks +32 lines, -1 line 6 comments Download
M runtime/vm/profiler_service.cc View 1 16 chunks +142 lines, -3 lines 0 comments Download
M runtime/vm/profiler_test.cc View 2 chunks +637 lines, -0 lines 3 comments Download

Messages

Total messages: 7 (3 generated)
Cutch
4 years, 9 months ago (2016-03-02 17:50:00 UTC) #3
srdjan
lgtm https://codereview.chromium.org/1758653003/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1758653003/diff/20001/runtime/vm/compiler.cc#newcode704 runtime/vm/compiler.cc:704: // We do not add the token position ...
4 years, 9 months ago (2016-03-02 19:02:56 UTC) #4
Cutch
https://codereview.chromium.org/1758653003/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1758653003/diff/20001/runtime/vm/compiler.cc#newcode704 runtime/vm/compiler.cc:704: // We do not add the token position now ...
4 years, 9 months ago (2016-03-02 19:14:08 UTC) #5
Cutch
4 years, 9 months ago (2016-03-02 20:02:35 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
58e0ef13fa77cbb52185abd1e92d5341f46b5ae8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698