summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/src/log.h
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2009-07-23 19:18:55 +0100
committerAndrei Popescu <andreip@google.com>2009-07-23 19:23:41 +0100
commit0516e5ebbe0e0ced8bd40f67f06c38a4d373be9c (patch)
tree9f24ad053e4079dff5055b5f190dfe58cedbc43e /V8Binding/v8/src/log.h
parente9847f9d84b7c04a739e1741c7d59a63a80e782e (diff)
downloadexternal_webkit-0516e5ebbe0e0ced8bd40f67f06c38a4d373be9c.zip
external_webkit-0516e5ebbe0e0ced8bd40f67f06c38a4d373be9c.tar.gz
external_webkit-0516e5ebbe0e0ced8bd40f67f06c38a4d373be9c.tar.bz2
Update V8 to bleeding_edge@2524
Diffstat (limited to 'V8Binding/v8/src/log.h')
-rw-r--r--V8Binding/v8/src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/V8Binding/v8/src/log.h b/V8Binding/v8/src/log.h
index f68234f..95c9cde 100644
--- a/V8Binding/v8/src/log.h
+++ b/V8Binding/v8/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,