v8/test/inspector
yangguo d71ef941ed [debug] introduce precise binary code coverage.
With precise binary code coverage, the reported count is either 0 or 1.
We only report 1 the first time we collect coverage data after the
function has been executed.

Since we do not care about the accurate execution count, we can optimize
the function once it has been executed once.

Also change best effort coverage to be implicitly binary.

R=caseq@chromium.org, jgruber@chromium.org, pfeldman@chromium.org
BUG=v8:5808

Review-Url: https://codereview.chromium.org/2766573003
Cr-Commit-Position: refs/heads/master@{#44074}
2017-03-23 17:23:17 +00:00
..
console [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
cpu-profiler [debug] introduce precise binary code coverage. 2017-03-23 17:23:17 +00:00
debugger [inspector] follow up for e27d18c943 2017-03-22 18:07:12 +00:00
heap-profiler [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
runtime [inspector] description for weak collections should not contain size 2017-03-22 21:35:14 +00:00
BUILD.gn Properly define v8_enable_inspector and its override in GN. 2016-11-21 19:29:38 +00:00
DEPS [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
inspector-impl.cc [inspector] added createContextGroup for tests 2017-03-07 22:30:05 +00:00
inspector-impl.h [inspector] added createContextGroup for tests 2017-03-07 22:30:05 +00:00
inspector-test.cc [inspector] changed a way of preserving stepping between tasks 2017-03-22 16:20:54 +00:00
inspector.gyp Fix inspector test in components build 2016-10-18 20:08:12 +00:00
inspector.isolate [inspector] conditionally copy files for inspector test. 2016-10-24 10:57:37 +00:00
inspector.status [inspector] Enable debugger/pause-on-oom test with larger heap limit. 2017-03-02 17:49:15 +00:00
json-parse-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
json-parse.js [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
OWNERS [inspector] added inspector test runner [part 1] 2016-09-30 15:52:46 +00:00
protocol-test.js [inspector] follow up for e27d18c943 2017-03-22 18:07:12 +00:00
task-runner.cc [inspector] fixed compilation with gyp 2017-03-23 15:39:41 +00:00
task-runner.h [inspector] added createContextGroup for tests 2017-03-07 22:30:05 +00:00
testcfg.py [inspector] added master test for break locations 2017-02-27 20:20:39 +00:00