Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index 95c9cdedc76d06b69564855ff38959b0802e5794..1692e77d210de381cdb26c499cc7c65abad0fe4b 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 HeapSampleJSConstructorEvent(const char* constructor, |
+ int number, int bytes); |
static void HeapSampleStats(const char* space, const char* kind, |
int capacity, int used); |