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

Usage in Deno

import { type RecordableHistogram } from "node:perf_hooks";
RecordableHistogram.add(other: RecordableHistogram): void

Adds the values from other to this histogram.

Parameters

Return Type

void