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

Issue 1017063002: V8 Sampling Profiler: Collect V8 sample trace events on Linux and MacOS (Closed)

Created:
5 years, 9 months ago by alph
Modified:
5 years, 9 months ago
CC:
aandrey+blink_chromium.org, chromium-reviews, darin-cc_chromium.org, devtools-reviews_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, pfeldman, yurys
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

V8 Sampling Profiler: Collect V8 sample trace events on Linux and MacOS When the v8.cpu_profiler tracing category is enabled it starts generating V8Sample events with stack frames and V8 state. LockFreeCircularQueue template is taken from V8. Android and Windows support will be coming. BUG=406277 Committed: https://crrev.com/cc35222c027b300b2edb95c7bcb6db02ab95da4c Cr-Commit-Position: refs/heads/master@{#321565}

Patch Set 1 #

Total comments: 10

Patch Set 2 : addressing comments. #

Patch Set 3 : add #include "base/atomicops.h" #

Patch Set 4 : Fix Win build. #

Patch Set 5 : Disable tests on Win and Android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+475 lines, -46 lines) Patch
M content/content_renderer.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A content/renderer/devtools/lock_free_circular_queue.h View 1 2 3 1 chunk +135 lines, -0 lines 0 comments Download
M content/renderer/devtools/v8_sampling_profiler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/devtools/v8_sampling_profiler.cc View 1 2 3 13 chunks +279 lines, -19 lines 0 comments Download
M content/renderer/devtools/v8_sampling_profiler_browsertest.cc View 1 2 3 4 2 chunks +57 lines, -27 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
alph
5 years, 9 months ago (2015-03-18 10:50:00 UTC) #2
yurys
General comment: let's keep parts that depend on content/ abstractions separate from those that depend ...
5 years, 9 months ago (2015-03-18 12:49:04 UTC) #3
alph
@jochen Could you please approve the content/content_renderer.gypi change. https://codereview.chromium.org/1017063002/diff/1/content/renderer/devtools/v8_sampling_profiler.cc File content/renderer/devtools/v8_sampling_profiler.cc (right): https://codereview.chromium.org/1017063002/diff/1/content/renderer/devtools/v8_sampling_profiler.cc#newcode8 content/renderer/devtools/v8_sampling_profiler.cc:8: #include ...
5 years, 9 months ago (2015-03-18 13:37:49 UTC) #5
yurys
lgtm
5 years, 9 months ago (2015-03-18 13:47:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1017063002/40001
5 years, 9 months ago (2015-03-18 13:59:04 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/65301)
5 years, 9 months ago (2015-03-18 14:34:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1017063002/60001
5 years, 9 months ago (2015-03-18 17:55:31 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/65397)
5 years, 9 months ago (2015-03-18 19:06:45 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1017063002/80001
5 years, 9 months ago (2015-03-20 12:26:57 UTC) #18
jochen (gone - plz use gerrit)
lgtm
5 years, 9 months ago (2015-03-20 13:01:20 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 9 months ago (2015-03-20 13:58:31 UTC) #20
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/cc35222c027b300b2edb95c7bcb6db02ab95da4c Cr-Commit-Position: refs/heads/master@{#321565}
5 years, 9 months ago (2015-03-20 13:59:24 UTC) #21
Steve McKay
On 2015/03/20 13:59:24, I haz the power (commit-bot) wrote: > Patchset 5 (id:??) landed as ...
5 years, 9 months ago (2015-03-20 16:19:58 UTC) #22
Steve McKay
On 2015/03/20 16:19:58, Steve McKay wrote: > On 2015/03/20 13:59:24, I haz the power (commit-bot) ...
5 years, 9 months ago (2015-03-20 16:20:32 UTC) #23
gunsch
On 2015/03/20 16:20:32, Steve McKay wrote: > On 2015/03/20 16:19:58, Steve McKay wrote: > > ...
5 years, 9 months ago (2015-03-20 17:59:27 UTC) #24
alph
5 years, 9 months ago (2015-03-20 18:16:50 UTC) #25
Message was sent while issue was closed.
Hopefully fixed with https://codereview.chromium.org/1025753003/

Powered by Google App Engine
This is Rietveld 408576698