Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index f68234f1e6306000117eefe89d4a95b48d075caa..95c9cdedc76d06b69564855ff38959b0802e5794 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -219,6 +219,8 @@ class Logger { |
static void HeapSampleBeginEvent(const char* space, const char* kind); |
static void HeapSampleEndEvent(const char* space, const char* kind); |
static void HeapSampleItemEvent(const char* type, int number, int bytes); |
+ static void HeapSampleStats(const char* space, const char* kind, |
+ int capacity, int used); |
static void SharedLibraryEvent(const char* library_path, |
uintptr_t start, |