mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix percentile range in perf_hooks.md
The value accepted by histogram.percentile may be below 1 too. PR-URL: https://github.com/nodejs/node/pull/36938 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
committed by
Antoine du Hamel
parent
887f199dd1
commit
b0036430bb
@@ -760,7 +760,7 @@ The minimum recorded event loop delay.
|
||||
added: v11.10.0
|
||||
-->
|
||||
|
||||
* `percentile` {number} A percentile value between 1 and 100.
|
||||
* `percentile` {number} A percentile value in the range (0, 100].
|
||||
* Returns: {number}
|
||||
|
||||
Returns the value at the given percentile.
|
||||
|
||||
Reference in New Issue
Block a user