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

Unified Diff: runtime/vm/timeline.h

Issue 1276903004: Add timeline stream control and trace retrieval to the dart embedder api. (Closed) Base URL: git@github.com:dart-lang/sdk.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
« runtime/include/dart_tools_api.h ('K') | « runtime/vm/json_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/timeline.h
diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
index 4989fdbeb66ed6a0708c7f7d2c5ac23e89a0a464..1228c13b108394e3c148d2a32b640a018688a37b 100644
--- a/runtime/vm/timeline.h
+++ b/runtime/vm/timeline.h
@@ -183,7 +183,7 @@ class TimelineStream {
#define TIMELINE_FUNCTION_COMPILATION_DURATION(isolate, suffix, function) \
TimelineDurationScope tds(isolate, \
isolate->GetCompilerStream(), \
- "Compile"#suffix); \
+ "Compile" suffix); \
if (tds.enabled()) { \
tds.SetNumArguments(1); \
tds.CopyArgument( \
« runtime/include/dart_tools_api.h ('K') | « runtime/vm/json_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698