Index: src/heap-profiler.h |
diff --git a/src/heap-profiler.h b/src/heap-profiler.h |
index 4a811573ac1764742432d4e87852682e802d5291..346177b8ba0712ddb2ed1eb95f368accf9205d0d 100644 |
--- a/src/heap-profiler.h |
+++ b/src/heap-profiler.h |
@@ -49,6 +49,8 @@ class HeapProfiler { |
static void SetUp(); |
static void TearDown(); |
+ static size_t GetMemorySizeUsedByProfiler(); |
+ |
static HeapSnapshot* TakeSnapshot(const char* name, |
int type, |
v8::ActivityControl* control); |