method RecordableHistogram.add
Usage in Deno
```typescript import { type RecordableHistogram } from "node:node__perf_hooks.d.ts"; ```
RecordableHistogram.add(other: RecordableHistogram): void
Adds the values from `other` to this histogram.
other: RecordableHistogram
void