summaryrefslogtreecommitdiff
path: root/doc/api/perf_hooks.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-08-23 17:46:02 -0700
committerJames M Snell <jasnell@gmail.com>2017-08-25 16:04:21 -0700
commit6db825ae824deb6a8c61b46afcd5f041d1c2b461 (patch)
tree4132cf2e89b49eda12c9741378cc7e8cb5a3c6e3 /doc/api/perf_hooks.md
parent15ac1eac3b8d9ff3d42c303d52126e51314b161f (diff)
downloadandroid-node-v8-6db825ae824deb6a8c61b46afcd5f041d1c2b461.tar.gz
android-node-v8-6db825ae824deb6a8c61b46afcd5f041d1c2b461.tar.bz2
android-node-v8-6db825ae824deb6a8c61b46afcd5f041d1c2b461.zip
perf_hooks: mark as experimental
PR-URL: https://github.com/nodejs/node/pull/14997 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'doc/api/perf_hooks.md')
-rwxr-xr-xdoc/api/perf_hooks.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 7972e1edb2..f41caf6f53 100755
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -3,6 +3,8 @@
added: REPLACEME
-->
+> Stability: 1 - Experimental
+
The Performance Timing API provides an implementation of the
[W3C Performance Timeline][] specification. The purpose of the API
is to support collection of high resolution performance metrics.