doc: mark `process.hrtime()` as legacy

PR-URL: https://github.com/nodejs/node/pull/38371
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
Antoine du Hamel 2021-04-23 17:41:51 +02:00 committed by James M Snell
parent 4e9ad206e2
commit 8c99045089
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC
1 changed files with 2 additions and 0 deletions

View File

@ -1415,6 +1415,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[]}