Skip to main content
method RecordableHistogram.record
RecordableHistogram.record(val: number | bigint): void
Deprecated

Parameters

val: number | bigint

The amount to record in the histogram.

Return Type

void
Back to top