v8/test/mjsunit/tools
jkummerow feffccca22 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.

Review URL: https://codereview.chromium.org/802333002

Cr-Commit-Position: refs/heads/master@{#26168}
2015-01-20 16:06:09 +00:00
..
codemap.js Revert accidental r9229 and r9230 2011-09-12 10:50:40 +00:00
consarray.js TickProcessor script reimplemented in JavaScript. 2009-04-27 13:50:42 +00:00
csvparser.js Shorten constructor names in JS tickprocessor. 2011-02-10 07:47:28 +00:00
profile_view.js Remove support for logging into a memory buffer. 2011-07-13 11:31:22 +00:00
profile.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
profviz-test.default Do not merge adjourning ranges when calculating percentages in plot. 2014-06-10 14:46:30 +00:00
profviz-test.log Rename "parallel recompilation" to "concurrent recompilation". 2013-08-22 16:14:37 +00:00
profviz.js Fix plot script. 2013-07-10 07:53:27 +00:00
splaytree.js Cleanup of mjsunit.js code and make assertEquals more strict. 2011-04-15 11:35:36 +00:00
tickprocessor-test-func-info.log Do not store fp and sp values in TickSample 2013-07-03 16:20:59 +00:00
tickprocessor-test.default Profiler improvements 2015-01-20 16:06:09 +00:00
tickprocessor-test.func-info Tick processor: Print C++ entry points 2014-10-17 15:44:02 +00:00
tickprocessor-test.gc-state Tick processor: Print C++ entry points 2014-10-17 15:44:02 +00:00
tickprocessor-test.ignore-unknown Profiler improvements 2015-01-20 16:06:09 +00:00
tickprocessor-test.log Do not store fp and sp values in TickSample 2013-07-03 16:20:59 +00:00
tickprocessor-test.separate-ic Profiler improvements 2015-01-20 16:06:09 +00:00
tickprocessor.js Profiler improvements 2015-01-20 16:06:09 +00:00