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

Unified Diff: Source/devtools/protocol.json

Issue 1307863003: Add support for returning traces as streams in DevTools protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/inspector/InspectorTracingAgent.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 8e365ce6aec86e9705ed9782774ea1f7d8fdf23f..18155930c2ef0617a96edb009aaf69571fa8b3ee 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4817,6 +4817,9 @@
"name": "end",
"async": true,
"description": "Stop trace events collection.",
+ "parameters": [
+ { "name": "returnAsStream", "type": "boolean", "optional": true, "description": "Dump traces to a stream and resturn stream id, rather than emit dataCollected messages." }
pfeldman 2015/08/24 17:51:15 I think this belongs to start.
+ ],
"handlers": ["browser", "renderer"]
},
{
« no previous file with comments | « Source/core/inspector/InspectorTracingAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698