| Index: src/log.h
|
| ===================================================================
|
| --- src/log.h (revision 2947)
|
| +++ src/log.h (working copy)
|
| @@ -221,6 +221,8 @@
|
| static void HeapSampleItemEvent(const char* type, int number, int bytes);
|
| static void HeapSampleJSConstructorEvent(const char* constructor,
|
| int number, int bytes);
|
| + static void HeapSampleJSRetainersEvent(const char* constructor,
|
| + const char* event);
|
| static void HeapSampleStats(const char* space, const char* kind,
|
| int capacity, int used);
|
|
|
|
|