Get point‐in‐time TDigest

Synopsis

Declared in <folly/stats/QuantileEstimator.h>

TDigest
getDigest(TimePoint now = ClockT::now());

Return Value

The digest at the given time.

Parameters

Name

Description

now

The time at which to sample the digest.

Created with MrDocs