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

  /external/toolchain-utils/user_activity_benchmarks/
benchmark_metrics_unittest.py 51 function_metrics = {
65 cwp_function_groups, function_metrics)
70 function_metrics = {'func_f': (1.0, 2.0),
77 benchmark_metrics.ComputeMetricsForBenchmark(function_metrics)
benchmark_metrics.py 68 def ComputeMetricsForComponents(cwp_function_groups, function_metrics):
79 function_metrics: A dict having as a key the name of the function and the
91 for function_key, metric in function_metrics.iteritems():
120 def ComputeMetricsForBenchmark(function_metrics):
121 function_count = len(function_metrics.keys())
127 for distance, score in function_metrics.values():
select_optimal_benchmark_set.py 197 function_metrics = [benchmark_set_functions_grouped[benchmark]
200 metric_function_for_set(function_metrics, cwp_functions_grouped,

Completed in 79 milliseconds