Merge two histogram data together

Synopsis

Declared in <folly/stats/Histogram.h>

void
merge(Histogram const& hist);

Parameters

Name

Description

hist

The histogram to merge in. Its bucket layout must match.

Created with MrDocs