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

Issue 1952393002: Split TickSample and Sampler. (Closed)

Created:
4 years, 7 months ago by lpy
Modified:
4 years, 7 months ago
CC:
v8-reviews_googlegroups.com, Michael Achenbach
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Split TickSample and Sampler. Since we are going to move Sampler as library, we creates tick-sample.[h|cc] for TickSample, in order to maintain legacy code. BUG=v8:4994 LOG=n Committed: https://crrev.com/96aba388a19392209bf520723504d10c89a2f8a4 Cr-Commit-Position: refs/heads/master@{#36267}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Move SimulatorHelper into tick-sample.[h|cc] #

Patch Set 3 : Reduce similarity #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -1217 lines) Patch
M BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/profiler/cpu-profiler.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/profiler/profile-generator.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/profiler/sampler.h View 1 3 chunks +2 lines, -51 lines 0 comments Download
M src/profiler/sampler.cc View 1 2 3 4 chunks +1 line, -218 lines 0 comments Download
A + src/profiler/tick-sample.h View 1 3 chunks +4 lines, -85 lines 0 comments Download
A + src/profiler/tick-sample.cc View 1 2 3 3 chunks +47 lines, -859 lines 0 comments Download
M src/v8.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/trace-extension.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (7 generated)
lpy
PTAL.
4 years, 7 months ago (2016-05-06 00:01:32 UTC) #2
alph
lgtm. Could you please reduce the similarity threshold to keep the history on tick-sample.
4 years, 7 months ago (2016-05-13 00:01:05 UTC) #3
alph
https://codereview.chromium.org/1952393002/diff/1/src/profiler/sampler.h File src/profiler/sampler.h (left): https://codereview.chromium.org/1952393002/diff/1/src/profiler/sampler.h#oldcode145 src/profiler/sampler.h:145: class SimulatorHelper : AllStatic { This should also stay ...
4 years, 7 months ago (2016-05-13 00:39:07 UTC) #4
lpy
jochen@, yang@, PTAL. I will address alph's comments later.
4 years, 7 months ago (2016-05-13 07:21:37 UTC) #6
lpy
PTAL. https://codereview.chromium.org/1952393002/diff/1/src/profiler/sampler.h File src/profiler/sampler.h (left): https://codereview.chromium.org/1952393002/diff/1/src/profiler/sampler.h#oldcode145 src/profiler/sampler.h:145: class SimulatorHelper : AllStatic { On 2016/05/13 00:39:07, ...
4 years, 7 months ago (2016-05-13 21:29:04 UTC) #7
alph
https://codereview.chromium.org/1952393002/diff/1/src/profiler/sampler.h File src/profiler/sampler.h (left): https://codereview.chromium.org/1952393002/diff/1/src/profiler/sampler.h#oldcode145 src/profiler/sampler.h:145: class SimulatorHelper : AllStatic { On 2016/05/13 21:29:04, lpy ...
4 years, 7 months ago (2016-05-13 21:38:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952393002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1952393002/60001
4 years, 7 months ago (2016-05-14 00:04:15 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/15265)
4 years, 7 months ago (2016-05-14 00:08:48 UTC) #13
lpy
This is kind of blocking the land of sampler library, yang@ and jochen@, could you ...
4 years, 7 months ago (2016-05-16 22:25:34 UTC) #14
Yang
On 2016/05/16 22:25:34, lpy wrote: > This is kind of blocking the land of sampler ...
4 years, 7 months ago (2016-05-17 05:25:27 UTC) #15
lpy
On 2016/05/17 05:25:27, Yang wrote: > On 2016/05/16 22:25:34, lpy wrote: > > This is ...
4 years, 7 months ago (2016-05-17 05:30:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952393002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1952393002/60001
4 years, 7 months ago (2016-05-17 05:30:49 UTC) #18
alph
On 2016/05/17 05:25:27, Yang wrote: > On 2016/05/16 22:25:34, lpy wrote: > > This is ...
4 years, 7 months ago (2016-05-17 05:48:04 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-17 06:11:33 UTC) #20
commit-bot: I haz the power
4 years, 7 months ago (2016-05-17 06:12:35 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/96aba388a19392209bf520723504d10c89a2f8a4
Cr-Commit-Position: refs/heads/master@{#36267}

Powered by Google App Engine
This is Rietveld 408576698