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

Issue 11428025: Include more information in --prof log. (Closed)

Created:
8 years ago by Yang
Modified:
8 years ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Include more information in --prof log. Main changes: - include timestamps in profile ticks - include code kind in code create events - time execution in external code - changed plot-timer-events.js to show the code kind being executed R=jkummerow@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=13074

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -94 lines) Patch
M src/log.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/log.cc View 9 chunks +33 lines, -12 lines 0 comments Download
M src/vm-state-inl.h View 2 chunks +8 lines, -0 lines 0 comments Download
M tools/plot-timer-events View 1 chunk +1 line, -0 lines 0 comments Download
M tools/plot-timer-events.js View 8 chunks +210 lines, -77 lines 1 comment Download
M tools/tickprocessor.js View 6 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Yang
8 years ago (2012-11-27 16:18:56 UTC) #1
Jakob Kummerow
8 years ago (2012-11-28 09:18:47 UTC) #2
LGTM

https://chromiumcodereview.appspot.com/11428025/diff/1/tools/plot-timer-event...
File tools/plot-timer-events.js (right):

https://chromiumcodereview.appspot.com/11428025/diff/1/tools/plot-timer-event...
tools/plot-timer-events.js:29: var kStackFrames = 16;
As discussed offline, a smaller number is probably enough here (4 maybe?).

Powered by Google App Engine
This is Rietveld 408576698