Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index ae47fea55d303145731f1b16e4ee2c034154e785..1d9a26c2b6a35a2be21a22cdc4251d29bea7c38d 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* filename) const; |
| static const char* GCReasonToString(GCReason gc_reason); |