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

Issue 537833002: Make logger use new sampling API for ticks and code events.

Created:
6 years, 3 months ago by gholap
Modified:
6 years ago
Reviewers:
fmeawad
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Make logger use new sampling API for ticks and code events. Based off: https://codereview.chromium.org/422593003/

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -108 lines) Patch
M src/log.h View 5 chunks +23 lines, -3 lines 0 comments Download
M src/log.cc View 13 chunks +114 lines, -105 lines 0 comments Download

Messages

Total messages: 4 (3 generated)
gholap
6 years, 3 months ago (2014-09-04 06:48:49 UTC) #2
Now the logger makes use of the public sampling API for logging samples and
makes use of the JitCodeEvents for logging code-create code-move and code-delete
events.

What do you think?

Powered by Google App Engine
This is Rietveld 408576698