Skip to main content
method RecordableHistogram.recordDelta
RecordableHistogram.recordDelta(): void
Deprecated

Calculates the amount of time (in nanoseconds) that has passed since the previous call to recordDelta() and records that amount in the histogram.

Return Type

void
Back to top