summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-02-01 01:04:44 +0800
committerAnna Henningsen <anna@addaleax.net>2019-02-06 20:02:59 +0100
commit475c43c1b006e186036817c364dfc24a4d12c44f (patch)
treedbbc5df0bdc8e78c034be9402b62f23db64b776e /doc
parentcc5de5a5cc08551c54a2c1c40c05aa934d2156eb (diff)
downloadandroid-node-v8-475c43c1b006e186036817c364dfc24a4d12c44f.tar.gz
android-node-v8-475c43c1b006e186036817c364dfc24a4d12c44f.tar.bz2
android-node-v8-475c43c1b006e186036817c364dfc24a4d12c44f.zip
perf_hooks: only enable GC tracking when it's requested
Previously a GC prologue callback and a GC epilogue callback are always unconditionally enabled during bootstrap when the `performance` binding is loaded, even when the user does not use the performance timeline API to enable GC tracking. This patch makes the callback addition conditional and only enables them when the user explicitly requests `observer.observe(['gc'])` to avoid the overhead. PR-URL: https://github.com/nodejs/node/pull/25853 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions