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

Issue 2461003002: [profiler] Emit runtime call stats into sampling profile (Closed)

Created:
4 years, 1 month ago by alph
Modified:
4 years, 1 month ago
CC:
caseq, v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[profiler] Emit runtime call stats into sampling profile These are added to the sampler stack trace when RCS are enabled. Resource name for a RCS frame is reported as "V8Runtime". Counter names match ones from src/counters.h BUG=chromium:660428 Committed: https://crrev.com/aee3542fcf3b10e950a8d7cb2aaff4927a66ed7c Cr-Commit-Position: refs/heads/master@{#40658}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -30 lines) Patch
M src/counters.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/profiler/cpu-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/profiler/profile-generator.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/profiler/profile-generator.cc View 4 chunks +23 lines, -9 lines 2 comments Download
M src/profiler/tick-sample.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 3 chunks +12 lines, -9 lines 0 comments Download

Messages

Total messages: 26 (9 generated)
alph
4 years, 1 month ago (2016-10-28 18:48:20 UTC) #4
Camillo Bruni
lgtm
4 years, 1 month ago (2016-10-28 19:21:41 UTC) #7
fmeawad
https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc File src/profiler/profile-generator.cc (right): https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc#newcode766 src/profiler/profile-generator.cc:766: entry = new CodeEntry(CodeEventListener::FUNCTION_TAG, counter->name, I don't think they ...
4 years, 1 month ago (2016-10-28 19:51:32 UTC) #9
fmeawad
On 2016/10/28 19:51:32, fmeawad wrote: > https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc > File src/profiler/profile-generator.cc (right): > > https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc#newcode766 > ...
4 years, 1 month ago (2016-10-28 19:55:47 UTC) #10
alph
On 2016/10/28 19:55:47, fmeawad wrote: > On 2016/10/28 19:51:32, fmeawad wrote: > > > https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc ...
4 years, 1 month ago (2016-10-28 20:13:35 UTC) #11
alph
https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc File src/profiler/profile-generator.cc (right): https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc#newcode766 src/profiler/profile-generator.cc:766: entry = new CodeEntry(CodeEventListener::FUNCTION_TAG, counter->name, On 2016/10/28 19:51:32, fmeawad ...
4 years, 1 month ago (2016-10-28 20:15:34 UTC) #12
fmeawad
On 2016/10/28 20:13:35, alph wrote: > On 2016/10/28 19:55:47, fmeawad wrote: > > On 2016/10/28 ...
4 years, 1 month ago (2016-10-28 20:15:41 UTC) #13
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/2461003002/1
4 years, 1 month ago (2016-10-28 20:15:50 UTC) #15
fmeawad
On 2016/10/28 20:15:34, alph wrote: > https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc > File src/profiler/profile-generator.cc (right): > > https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc#newcode766 > ...
4 years, 1 month ago (2016-10-28 20:17:05 UTC) #16
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-10-28 20:17:50 UTC) #17
alph
On 2016/10/28 20:17:05, fmeawad wrote: > On 2016/10/28 20:15:34, alph wrote: > > > https://codereview.chromium.org/2461003002/diff/1/src/profiler/profile-generator.cc ...
4 years, 1 month ago (2016-10-28 20:21:27 UTC) #18
lpy
CodeEntry can be created statically. What I mean is that ProfileNode can't be created statically, ...
4 years, 1 month ago (2016-10-28 20:22:51 UTC) #19
alph
On 2016/10/28 20:22:51, lpy wrote: > CodeEntry can be created statically. What I mean is ...
4 years, 1 month ago (2016-10-28 20:25:45 UTC) #20
fmeawad
On 2016/10/28 20:22:51, lpy wrote: > CodeEntry can be created statically. What I mean is ...
4 years, 1 month ago (2016-10-28 20:31:24 UTC) #21
Toon Verwaest
Even though I've only seen the screenshot, I think the merged stack could provide additional ...
4 years, 1 month ago (2016-10-28 20:38:07 UTC) #23
alph
On 2016/10/28 20:31:24, fmeawad wrote: > On 2016/10/28 20:22:51, lpy wrote: > > CodeEntry can ...
4 years, 1 month ago (2016-10-28 20:46:38 UTC) #24
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:17:24 UTC) #26
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/aee3542fcf3b10e950a8d7cb2aaff4927a66ed7c
Cr-Commit-Position: refs/heads/master@{#40658}

Powered by Google App Engine
This is Rietveld 408576698