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

Unified Diff: runtime/vm/timeline.h

Issue 1584003002: Re-enable Dart_Api Timeline tracing (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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/timeline.h
diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
index d0c43e0be5e985b1853c3ea9bdb4d068e0c2aa6a..168956a25bb7d0ee9141fa36673cfc97f23d3292 100644
--- a/runtime/vm/timeline.h
+++ b/runtime/vm/timeline.h
@@ -69,8 +69,8 @@ class Timeline : public AllStatic {
private:
static TimelineEventRecorder* recorder_;
- static TimelineStream* vm_stream_;
- static TimelineStream* vm_api_stream_;
+ static TimelineStream vm_stream_;
+ static TimelineStream vm_api_stream_;
#define ISOLATE_TIMELINE_STREAM_DECLARE_FLAG(name, not_used) \
static bool stream_##name##_enabled_;

Powered by Google App Engine
This is Rietveld 408576698