From 69e3bc64cc871f656321e26b87ede62de365f707 Mon Sep 17 00:00:00 2001
From: James M Snell <jasnell@gmail.com>
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 <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>
---
 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.