summaryrefslogtreecommitdiffstats
path: root/gin/BUILD.gn
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-05-08 05:03:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-08 12:03:57 +0000
commit83aa5be892018f800328c1b7d03f6fc37bc22d5b (patch)
tree35e323ca9ebe7b6009ba270da329b2ec0e7bfd1d /gin/BUILD.gn
parent49bc3a8c0fe5faaaa64bdb1d4743601e91691b2f (diff)
downloadchromium_src-83aa5be892018f800328c1b7d03f6fc37bc22d5b.zip
chromium_src-83aa5be892018f800328c1b7d03f6fc37bc22d5b.tar.gz
chromium_src-83aa5be892018f800328c1b7d03f6fc37bc22d5b.tar.bz2
Adding v8_isolate_memory_dump_provider.
This CL adds a dump provider for dumping V8 heap memory statistics into the tracing. The dump provider gets statistics from isolate and adds to the dump. Each isolate when created, adds a dump provider. The dump provider here is owned by IsolateHolder and gets registered when it IsolateHolder is created and unregistered when IsolateHolder is destroyed. BUG=476013 Review URL: https://codereview.chromium.org/1088683003 Cr-Commit-Position: refs/heads/master@{#328946}
Diffstat (limited to 'gin/BUILD.gn')
-rw-r--r--gin/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index 9fe5a12..ab768ff 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -58,6 +58,8 @@ component("gin") {
"try_catch.h",
"v8_initializer.cc",
"v8_initializer.h",
+ "v8_isolate_memory_dump_provider.cc",
+ "v8_isolate_memory_dump_provider.h",
"v8_platform.cc",
"wrappable.cc",
"wrappable.h",