| Index: runtime/vm/profiler_service.h
|
| diff --git a/runtime/vm/profiler_service.h b/runtime/vm/profiler_service.h
|
| index d281a84d3803db5baa65fc517a09b2b51a12c30d..7990b4dc55e53caf69086dcc4ca32b1921133624 100644
|
| --- a/runtime/vm/profiler_service.h
|
| +++ b/runtime/vm/profiler_service.h
|
| @@ -366,7 +366,17 @@ class ProfilerService : public AllStatic {
|
| static void PrintJSON(JSONStream* stream,
|
| Profile::TagOrder tag_order);
|
|
|
| + static void PrintAllocationJSON(JSONStream* stream,
|
| + Profile::TagOrder tag_order,
|
| + const Class& cls);
|
| +
|
| static void ClearSamples();
|
| +
|
| + private:
|
| + static void PrintJSONImpl(Isolate* isolate,
|
| + JSONStream* stream,
|
| + Profile::TagOrder tag_order,
|
| + SampleFilter* filter);
|
| };
|
|
|
| } // namespace dart
|
|
|