HomeSort by relevance Sort by last modified time
    Searched refs:temp_metric (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_longevity_helper.py 202 temp_metric = perf_stat_lib.get_kth_percentile(temp_values, .90)
206 cpu_metric, mem_metric, temp_metric)
211 perf_metrics['temp'].append(temp_metric)
228 temp_metric = perf_stat_lib.get_median(metrics['temp'])
232 temp_metric = 0
234 cpu_metric, mem_metric, temp_metric)
235 return {'cpu': cpu_metric, 'mem': mem_metric, 'temp': temp_metric}
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 168 temp_metric = sorted(temp_values)[(len(temp_values) * 9) // 10]
171 cpu_metric, mem_metric, temp_metric)
176 perf_metrics['temp'].append(temp_metric)
189 temp_metric = sorted(metrics['temp'])[len(metrics['temp']) // 2]
193 temp_metric = 0
195 cpu_metric, mem_metric, temp_metric)
196 return {'cpu': cpu_metric, 'mem': mem_metric, 'temp': temp_metric}

Completed in 294 milliseconds