Searched refs:PeakMetric (Results 1 – 2 of 2) sorted by relevance
83 class PeakMetric(Metric): class90 return 'peak_' + super(PeakMetric, self).description208 peak_cpu = PeakMetric.from_metric(cpu)209 peak_mem = PeakMetric.from_metric(mem)210 peak_temperature = PeakMetric.from_metric(temperature)
106 metric = system_metrics_collector.PeakMetric('foo')120 peak_metric = system_metrics_collector.PeakMetric.from_metric(211 class TestPeakMetric(TestMetric, system_metrics_collector.PeakMetric):