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

Unified Diff: runtime/vm/service.cc

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
« no previous file with comments | « runtime/vm/service.h ('k') | runtime/vm/service/service.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.cc
diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
index 00e8db4f6df287d9fc93f937f28f18292b27e328..aca3a5b713494324f3422d90d58114bc74e91dee 100644
--- a/runtime/vm/service.cc
+++ b/runtime/vm/service.cc
@@ -122,6 +122,7 @@ StreamInfo Service::echo_stream("_Echo");
StreamInfo Service::graph_stream("_Graph");
StreamInfo Service::logging_stream("_Logging");
StreamInfo Service::extension_stream("Extension");
+StreamInfo Service::timeline_stream("Timeline");
static StreamInfo* streams_[] = {
&Service::vm_stream,
@@ -132,6 +133,7 @@ static StreamInfo* streams_[] = {
&Service::graph_stream,
&Service::logging_stream,
&Service::extension_stream,
+ &Service::timeline_stream,
};
« no previous file with comments | « runtime/vm/service.h ('k') | runtime/vm/service/service.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698