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

Unified Diff: runtime/vm/service/service.md

Issue 1765563002: Stream blocks of timeline events over the service protocol (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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: runtime/vm/service/service.md
diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
index 31535637654d4f1a4df0efac69ed5025586ccf31..d63aaa0b3e0dc3e6d23ea6cd9db222c995003ebd 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -772,6 +772,7 @@ Isolate | IsolateStart, IsolateRunnable, IsolateExit, IsolateUpdate, ServiceExte
Debug | PauseStart, PauseExit, PauseBreakpoint, PauseInterrupted, PauseException, Resume, BreakpointAdded, BreakpointResolved, BreakpointRemoved, Inspect
GC | GC
Extension | Extension
+Timeline | TimelineEvents
Additionally, some embedders provide the _Stdout_ and _Stderr_
streams. These streams allow the client to subscribe to writes to

Powered by Google App Engine
This is Rietveld 408576698