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

Unified Diff: runtime/vm/service.h

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.h
diff --git a/runtime/vm/service.h b/runtime/vm/service.h
index 164a94f1cd29b25ea001c6dc4859e81462cf5a5a..2358ec524e59f7e57c8cf02271ab2833de2c7dc3 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -144,6 +144,7 @@ class Service : public AllStatic {
static StreamInfo graph_stream;
static StreamInfo logging_stream;
static StreamInfo extension_stream;
+ static StreamInfo timeline_stream;
static bool ListenStream(const char* stream_id);
static void CancelStream(const char* stream_id);

Powered by Google App Engine
This is Rietveld 408576698