Index: runtime/include/dart_native_api.h |
=================================================================== |
--- runtime/include/dart_native_api.h (revision 38188) |
+++ runtime/include/dart_native_api.h (working copy) |
@@ -136,22 +136,6 @@ |
/* |
- * ================= |
- * Profiling support |
- * ================= |
- */ |
- |
-/* External pprof support for gathering and dumping symbolic |
- * information that can be used for better profile reports for |
- * dynamically generated code. */ |
-DART_EXPORT void Dart_InitPprofSupport(); |
-DART_EXPORT void Dart_GetPprofSymbolInfo(void** buffer, int* buffer_size); |
- |
-/* Support for generating symbol maps for use by the Linux perf tool. */ |
-DART_EXPORT void Dart_InitPerfEventsSupport(void* perf_events_file); |
- |
- |
-/* |
* ================== |
* Verification Tools |
* ================== |