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

Unified Diff: src/inspector/js_protocol.json

Issue 2766573003: [debug] introduce precise binary code coverage. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/inspector/js_protocol.json
diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json
index 0668b7edddfad6301215950a1f7146bc09d6c667..1b4e1c15764009f8ad1e9e78374d1753ed5dd714 100644
--- a/src/inspector/js_protocol.json
+++ b/src/inspector/js_protocol.json
@@ -902,6 +902,9 @@
},
{
"name": "startPreciseCoverage",
+ "parameters": [
+ { "name": "binary", "type": "boolean", "optional": true, "description": "Collect binary information of 'covered' or 'not covered' instead of accurate call counts." }
+ ],
"description": "Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.",
"experimental": true
},

Powered by Google App Engine
This is Rietveld 408576698