Index: runtime/vm/profiler_service.h |
diff --git a/runtime/vm/profiler_service.h b/runtime/vm/profiler_service.h |
index 7251432f651e23bd428ce17515486a3c16ba3d28..d9205b3b7a1ee851107a8f1778c3f4e0d1de36b1 100644 |
--- a/runtime/vm/profiler_service.h |
+++ b/runtime/vm/profiler_service.h |
@@ -419,6 +419,11 @@ class ProfilerService : public AllStatic { |
int64_t time_origin_micros, |
int64_t time_extent_micros); |
+ static void PrintNativeAllocationJSON(JSONStream* stream, |
+ Profile::TagOrder tag_order, |
+ int64_t time_origin_micros, |
+ int64_t time_extent_micros); |
+ |
static void PrintTimelineJSON(JSONStream* stream, |
Profile::TagOrder tag_order, |
int64_t time_origin_micros, |