Home
last modified time | relevance | path

Searched refs:appendLimitIn (Results 1 – 3 of 3) sorted by relevance

/openbmc/telemetry/src/
H A Dreport_factory.hpp36 Milliseconds period, uint64_t appendLimitIn,
H A Dreport.hpp61 const uint64_t appendLimitIn, const ReportUpdates reportUpdatesIn,
H A Dreport.cpp26 const Milliseconds intervalIn, const uint64_t appendLimitIn, in Report() argument
38 metricCount(getMetricCount(metricsIn)), appendLimit(appendLimitIn), in Report()