Histogram.percentile - Node documentation
method Histogram.percentile

Usage

import { type Histogram } from "node:perf_hooks";

Returns the value at the given percentile.

Parameters

percentile: number

A percentile value in the range (0, 100].

Return Type

number