v8/test
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
..
benchmarks Enable test coverage for --turbo-deoptimization mode. 2015-01-16 12:53:30 +00:00
cctest ensure trace extension works from optimized code when profiler is not enabled 2015-01-20 14:14:40 +00:00
intl Allow identifier code points from supplementary multilingual planes. 2014-10-10 07:13:46 +00:00
js-perf-test Perf tests for Template Literals 2014-12-12 05:14:28 +00:00
message Fix messages tests. 2014-12-10 08:54:48 +00:00
mjsunit Profiler improvements 2015-01-20 16:06:09 +00:00
mozilla Enable test after arguments count limitation was lifted. 2015-01-12 14:32:23 +00:00
preparser Update tests in preparation for shipping classes. 2014-12-11 15:54:09 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
test262 Update tests in preparation for shipping classes. 2014-12-11 15:54:09 +00:00
test262-es6 Rename String.prototype.contains to 'includes'. 2014-11-20 19:21:36 +00:00
unittests [turbofan] First version of loop peeling. 2015-01-20 09:45:17 +00:00
webkit Disable webkit/array-iterate-backwards for debug builds. 2015-01-09 10:27:15 +00:00