From a9f7aeed129f5443eab7f2b9f1b9d0f6020db0ba Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 23 Apr 2021 17:41:51 +0200 Subject: [PATCH] doc: mark `process.hrtime()` as legacy PR-URL: https://github.com/nodejs/node/pull/38371 Reviewed-By: Anna Henningsen Reviewed-By: Bryan English Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum Reviewed-By: Darshan Sen --- doc/api/process.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/process.md b/doc/api/process.md index 3da63f0609b021..8f363640fc9675 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1405,6 +1405,8 @@ Indicates whether a callback has been set using added: v0.7.6 --> +> Stability: 3 - Legacy. Use [`process.hrtime.bigint()`][] instead. + * `time` {integer[]} The result of a previous call to `process.hrtime()` * Returns: {integer[]}