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

Issue 1268803006: Support profiler code transition tags (Closed)

Created:
5 years, 4 months ago by Cutch
Modified:
5 years, 4 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

Support profiler code transition tags - Optionally insert tags when transitioning between unoptimized, optimized, and inlined frames. - Extend inlined function unit test to verify code transition tags. R=srdjan@google.com Committed: https://github.com/dart-lang/sdk/commit/286c1722f56ac5a9ca655f0cd7a56740afb4c71f

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+287 lines, -16 lines) Patch
M runtime/vm/profiler_service.h View 1 2 3 4 3 chunks +9 lines, -2 lines 0 comments Download
M runtime/vm/profiler_service.cc View 1 2 3 4 18 chunks +185 lines, -13 lines 0 comments Download
M runtime/vm/profiler_test.cc View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/tags.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Cutch
5 years, 4 months ago (2015-08-03 17:55:48 UTC) #2
srdjan
https://codereview.chromium.org/1268803006/diff/30001/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1268803006/diff/30001/runtime/vm/profiler_service.cc#newcode984 runtime/vm/profiler_service.cc:984: kNumProfileInfoTag, s/Tag/Kind/ Does the order must be the same ...
5 years, 4 months ago (2015-08-04 18:37:16 UTC) #3
Cutch
PTAL https://codereview.chromium.org/1268803006/diff/30001/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1268803006/diff/30001/runtime/vm/profiler_service.cc#newcode984 runtime/vm/profiler_service.cc:984: kNumProfileInfoTag, On 2015/08/04 18:37:15, srdjan wrote: > s/Tag/Kind/ ...
5 years, 4 months ago (2015-08-04 21:19:08 UTC) #4
srdjan
lgtm https://codereview.chromium.org/1268803006/diff/50001/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1268803006/diff/50001/runtime/vm/profiler_service.cc#newcode1558 runtime/vm/profiler_service.cc:1558: uword tag_map[] = { 'static uword tag_map', so ...
5 years, 4 months ago (2015-08-04 21:24:46 UTC) #5
Cutch
https://codereview.chromium.org/1268803006/diff/50001/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1268803006/diff/50001/runtime/vm/profiler_service.cc#newcode1558 runtime/vm/profiler_service.cc:1558: uword tag_map[] = { On 2015/08/04 21:24:46, srdjan wrote: ...
5 years, 4 months ago (2015-08-04 22:00:58 UTC) #6
Cutch
5 years, 4 months ago (2015-08-04 22:02:55 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:70001) manually as
286c1722f56ac5a9ca655f0cd7a56740afb4c71f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698