method Histogram.percentileBigInt Usage in Deno```typescript import { type Histogram } from "node:node__perf_hooks.d.ts"; ``` 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