Index: include/dart_api.h |
=================================================================== |
--- include/dart_api.h (revision 8145) |
+++ include/dart_api.h (working copy) |
@@ -2115,4 +2115,8 @@ |
DART_EXPORT void Dart_InitPprofSupport(); |
DART_EXPORT void Dart_GetPprofSymbolInfo(void** buffer, int* buffer_size); |
+// Support for generating flow graph compiler debugging output into a file. |
+typedef void (*FileWriterFunction)(const char* buffer, int64_t num_bytes); |
+DART_EXPORT void Dart_InitFlowGraphPrinting(FileWriterFunction function); |
+ |
#endif // INCLUDE_DART_API_H_ |