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

Issue 2757993002: [runtime] Add function for printing type profile. (Closed)

Created:
3 years, 9 months ago by Franzi
Modified:
3 years, 9 months ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[runtime] Add function for printing type profile. Separate the function that prints type profile with --type-profile from the one that collects type profile. The name needs to be stored in the feedback vector as well. I'll make a follow up CL that stores the relevant information, so it can be printed later. BUG=v8:5935 R=yangguo@chromium.org Review-Url: https://codereview.chromium.org/2757993002 Cr-Commit-Position: refs/heads/master@{#43929} Committed: https://chromium.googlesource.com/v8/v8/+/3e0aabb62f0062f238c3778d1a7d1494d32ecaad

Patch Set 1 #

Patch Set 2 : Delete unused variable. #

Total comments: 10

Patch Set 3 : Address review comments. #

Patch Set 4 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -114 lines) Patch
M src/runtime/runtime.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/runtime/runtime-test.cc View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
M test/message/type-profile/collect-type-profile.js View 1 chunk +7 lines, -1 line 0 comments Download
M test/message/type-profile/collect-type-profile.out View 1 chunk +3 lines, -109 lines 0 comments Download

Messages

Total messages: 24 (18 generated)
Franzi
Ptal
3 years, 9 months ago (2017-03-20 07:14:17 UTC) #10
Yang
https://codereview.chromium.org/2757993002/diff/20001/src/runtime/runtime-test.cc File src/runtime/runtime-test.cc (right): https://codereview.chromium.org/2757993002/diff/20001/src/runtime/runtime-test.cc#newcode160 src/runtime/runtime-test.cc:160: HandleScope scope(isolate); Let's DCHECK that args.length() is 1. https://codereview.chromium.org/2757993002/diff/20001/src/runtime/runtime-test.cc#newcode166 ...
3 years, 9 months ago (2017-03-20 08:48:45 UTC) #11
Franzi
https://codereview.chromium.org/2757993002/diff/20001/src/runtime/runtime-test.cc File src/runtime/runtime-test.cc (right): https://codereview.chromium.org/2757993002/diff/20001/src/runtime/runtime-test.cc#newcode160 src/runtime/runtime-test.cc:160: HandleScope scope(isolate); On 2017/03/20 08:48:45, Yang wrote: > Let's ...
3 years, 9 months ago (2017-03-20 10:09:57 UTC) #18
Yang
On 2017/03/20 10:09:57, Franzi wrote: > https://codereview.chromium.org/2757993002/diff/20001/src/runtime/runtime-test.cc > File src/runtime/runtime-test.cc (right): > > https://codereview.chromium.org/2757993002/diff/20001/src/runtime/runtime-test.cc#newcode160 > ...
3 years, 9 months ago (2017-03-20 11:40:15 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2757993002/60001
3 years, 9 months ago (2017-03-20 12:07:03 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-03-20 12:10:21 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/3e0aabb62f0062f238c3778d1a7d1494d32...

Powered by Google App Engine
This is Rietveld 408576698