summaryrefslogtreecommitdiff
path: root/doc/api/perf_hooks.md
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2018-01-30 13:36:49 -0600
committerEvan Lucas <evanlucas@me.com>2018-01-31 18:06:32 -0600
commit83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e (patch)
tree31e3a90a70b3923569543864d29a0f8315dcd3dc /doc/api/perf_hooks.md
parentba3d55a3b88cfdc9755b492912616ddd1931c4a3 (diff)
downloadandroid-node-v8-83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e.tar.gz
android-node-v8-83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e.tar.bz2
android-node-v8-83d0f4c92b46fa0fbd13e9ebc7a473275da04e2e.zip
2018-01-31, Version 9.5.0 (Current)
Notable changes: * cluster - add cwd to cluster.settings (cjihrig) [#18399](https://github.com/nodejs/node/pull/18399) * deps - upgrade libuv to 1.19.1 (cjihrig) [#18260](https://github.com/nodejs/node/pull/18260) * meta - add Leko to collaborators (Leko) [#18117](https://github.com/nodejs/node/pull/18117) - add vdeturckheim as collaborator (vdeturckheim) [#18432](https://github.com/nodejs/node/pull/18432) * n-api - expose n-api version in process.versions (Michael Dawson) [#18067](https://github.com/nodejs/node/pull/18067) * perf_hooks - add performance.clear() (James M Snell) [#18046](https://github.com/nodejs/node/pull/18046) * stream - avoid writeAfterEnd() while ending (陈刚) [#18170](https://github.com/nodejs/node/pull/18170) PR-URL: https://github.com/nodejs/node/pull/18464
Diffstat (limited to 'doc/api/perf_hooks.md')
-rw-r--r--doc/api/perf_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 62b035f678..608bee8d57 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -31,7 +31,7 @@ instance of this class is provided via the `performance` property.
### performance.clearEntries(name)
<!-- YAML
-added: REPLACEME
+added: v9.5.0
-->
Remove all performance entry objects with `entryType` equal to `name` from the