Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: mark process.hrtime() as legacy
PR-URL: #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>
  • Loading branch information
aduh95 authored and targos committed Jun 11, 2021
1 parent 9e4c1f2 commit a9f7aee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/process.md
Expand Up @@ -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[]}

Expand Down

0 comments on commit a9f7aee

Please sign in to comment.