From 69e3bc64cc871f656321e26b87ede62de365f707 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Wed, 23 Aug 2017 17:46:02 -0700 Subject: [PATCH] perf_hooks: mark as experimental PR-URL: https://github.com/nodejs/node/pull/14997 Reviewed-By: Refael Ackermann Reviewed-By: Timothy Gu Reviewed-By: Ruben Bridgewater Reviewed-By: Daniel Bevenius Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig Reviewed-By: Jeremiah Senkpiel --- doc/api/perf_hooks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 7972e1edb24f43..f41caf6f53112f 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.