Skip to main content
Histogram.percentileBigInt - perf_hooks - Node documentation
method Histogram.percentileBigInt

Usage in Deno

import { type Histogram } from "node:perf_hooks";
Histogram.percentileBigInt(percentile: number): bigint

Returns the value at the given percentile.

Parameters

percentile: number

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

Return Type

bigint