Index: runtime/vm/snapshot.h |
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
index 7bc946fb050b54dc8dd82890f69c2ed85438a4e2..e90db8294a07678de7e1ee896f49e84a73904831 100644 |
--- a/runtime/vm/snapshot.h |
+++ b/runtime/vm/snapshot.h |
@@ -735,6 +735,8 @@ class InstructionsWriter : public ZoneAllocated { |
virtual intptr_t text_size() = 0; |
virtual intptr_t data_size() = 0; |
+ void DumpCombinedCodeStatistics() const; |
+ |
protected: |
struct InstructionsData { |
explicit InstructionsData(RawInstructions* insns, |