Skip to main content
RecordableHistogram.record - perf_hooks - Node documentation
method RecordableHistogram.record

Usage in Deno

import { 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