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

Unified Diff: vm/dart_api_impl.cc

Issue 10446116: Add flow graph printing into a .cfg file with flag --print-flow-graph-file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 6 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: vm/dart_api_impl.cc
===================================================================
--- vm/dart_api_impl.cc (revision 8145)
+++ vm/dart_api_impl.cc (working copy)
@@ -3398,4 +3398,9 @@
}
}
+
+DART_EXPORT void Dart_InitFlowGraphPrinting(FileWriterFunction function) {
+ Dart::set_flow_graph_writer(function);
+}
+
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698