For a non‐all‐time timeseries, return the earliest time that could be tracked by the timeseries with the provided latest time. It can return a time point that is earlier than firstTime_.

Synopsis

Declared in <folly/stats/BucketedTimeSeries.h>

TimePoint
getEarliestTrackableTimeBy(TimePoint latestTime) const;

Return Value

The earliest time that could be tracked given latestTime.

Parameters

Name

Description

latestTime

The latest time to compute the earliest trackable time from.

Created with MrDocs