Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index ae47fea55d303145731f1b16e4ee2c034154e785..c46664257cd0591a3ad6964ca04aadbfa721ecec 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -158,6 +158,7 @@ class Heap { |
| // Generates a profile of the current and VM isolate heaps. |
| void Profile(Dart_FileWriteCallback callback, void* stream) const; |
| + void ProfileToFile(const char* reason) const; |
| static const char* GCReasonToString(GCReason gc_reason); |