interface RecordableHistogram
record(val: number | bigint): voidrecordDelta(): voidCalculates the amount of time (in nanoseconds) that has passed since the
previous call to recordDelta() and records that amount in the histogram.
add(other: RecordableHistogram): voidAdds the values from other to this histogram.