method RecordableHistogram.record Usage in Denoimport { type RecordableHistogram } from "node:perf_hooks"; RecordableHistogram.record(val: number | bigint): void Parameters val: number | bigint The amount to record in the histogram. Return Type void