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

Issue 1708573003: [WIP]Create a V8 sampler library and tracing controller. (Closed)

Created:
4 years, 10 months ago by lpy
Modified:
4 years, 10 months ago
Reviewers:
fmeawad
CC:
v8-reviews_googlegroups.com, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Create a V8 sampler library and tracing controller. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+976 lines, -1168 lines) Patch
M BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
A include/v8-sampler.h View 1 chunk +114 lines, -0 lines 0 comments Download
A include/v8-tracing-controller.h View 1 chunk +63 lines, -0 lines 0 comments Download
M src/d8.cc View 4 chunks +7 lines, -0 lines 0 comments Download
M src/isolate.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/log.h View 3 chunks +5 lines, -2 lines 0 comments Download
M src/log.cc View 5 chunks +8 lines, -5 lines 0 comments Download
M src/profiler/cpu-profiler.h View 3 chunks +5 lines, -2 lines 0 comments Download
M src/profiler/cpu-profiler.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M src/profiler/sampler.h View 2 chunks +0 lines, -81 lines 0 comments Download
M src/profiler/sampler.cc View 4 chunks +0 lines, -704 lines 0 comments Download
M src/v8.cc View 2 chunks +0 lines, -2 lines 0 comments Download
A + src/v8-sampler.cc View 13 chunks +250 lines, -367 lines 0 comments Download
A src/v8-tracing-controller.cc View 1 chunk +505 lines, -0 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 2 chunks +2 lines, -1 line 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (2 generated)
lpy
Description was changed from ========== Create a V8 sampler library and tracing controller. BUG= ========== ...
4 years, 10 months ago (2016-02-17 19:22:58 UTC) #1
lpy
4 years, 10 months ago (2016-02-17 19:22:59 UTC) #2
lpy@chromium.org changed reviewers:
+ fmeawad@chromium.org

Powered by Google App Engine
This is Rietveld 408576698