Reviewers: Yang,

Message:
PTAL whenever you have time (next year is fine).

Description:
Profiler improvements

(1) --prof-cpp: Collects ticks like --prof, but ignores code creation events to reduce distortion (so all JS ticks will be "unaccounted"). Useful for profiling
C++ code.
(2) --timed-range flag for tick processor: Ignores ticks before the first and after the last call to Date.now(). Useful for focusing on the timed section of a
test.

Please review this at https://codereview.chromium.org/802333002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+76, -43 lines):
  M src/flag-definitions.h
  M src/isolate.cc
  M src/log.cc
  M src/log-utils.h
  M src/runtime/runtime-date.cc
  M tools/logreader.js
  M tools/profile.js
  M tools/tickprocessor.js
  M tools/tickprocessor-driver.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to