deno.com
method RecordableHistogram.record
#RecordableHistogram.record(val: number | bigint): void

Parameters #

#val: number | bigint

The amount to record in the histogram.

Return Type #

void