summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBradley Meck <bradley.meck@gmail.com>2015-07-09 11:15:26 -0500
committerTrevor Norris <trev.norris@gmail.com>2015-07-10 15:27:07 -0600
commitcf14a2427c9e56a915c64e658bbdfb5e8ba07d94 (patch)
tree20c1899248479add3540a1ab0eb7aefd13b1e75b /doc
parent23efb05cc3e319962154f2dc0fffcd2d6749405d (diff)
downloadandroid-node-v8-cf14a2427c9e56a915c64e658bbdfb5e8ba07d94.tar.gz
android-node-v8-cf14a2427c9e56a915c64e658bbdfb5e8ba07d94.tar.bz2
android-node-v8-cf14a2427c9e56a915c64e658bbdfb5e8ba07d94.zip
src: add --track-heap-objects
- This makes v8 add .trace_function_info to the serialized form of snapshots from v8::HeapSnapshot::Serialize - .trace_funciton_info combined with .trace_node in snapshots tells the JS location that allocated a specific object PR-URL: https://github.com/nodejs/io.js/pull/2135 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/iojs.12
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/iojs.1 b/doc/iojs.1
index 8a94af35d7..9e0f513553 100644
--- a/doc/iojs.1
+++ b/doc/iojs.1
@@ -60,6 +60,8 @@ and servers.
--throw-deprecation throw errors on deprecations
+ --track-heap-objects track heap object allocations for heap snapshots
+
--v8-options print v8 command line options