Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 5dfae06c3ab1bd01dc673e3005fb7f923207fb49..e7dcaad2efb5721ef1600c5e013b6304bd345875 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1443,6 +1443,7 @@ class Heap { |
} |
void TraceObjectStats(); |
+ void TraceObjectStat(const char* name, int count, int size, double time); |
void CheckpointObjectStats(); |
// We don't use a LockGuard here since we want to lock the heap |