Home
last modified time | relevance | path

Searched refs:lastNotifiedValue (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp217 (value.current - lastNotifiedValue) / lastNotifiedValue * 100.0); in shouldNotify()
220 lastNotifiedValue = value.current; in shouldNotify()
H A Dhealth_metric.hpp83 double lastNotifiedValue = 0; member in phosphor::health::metric::HealthMetric