Home
last modified time | relevance | path

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

/external/toolchain-utils/user_activity_benchmarks/
Dbenchmark_metrics_unittest.py51 function_metrics = {
65 cwp_function_groups, function_metrics)
70 function_metrics = {'func_f': (1.0, 2.0),
77 benchmark_metrics.ComputeMetricsForBenchmark(function_metrics)
Dbenchmark_metrics.py68 def ComputeMetricsForComponents(cwp_function_groups, function_metrics): argument
91 for function_key, metric in function_metrics.iteritems():
120 def ComputeMetricsForBenchmark(function_metrics): argument
121 function_count = len(function_metrics.keys())
127 for distance, score in function_metrics.values():
Dselect_optimal_benchmark_set.py197 function_metrics = [benchmark_set_functions_grouped[benchmark]
200 metric_function_for_set(function_metrics, cwp_functions_grouped,