Home | History | Annotate | Download | only in user_activity_benchmarks

Lines Matching refs:benchmark

8 For each benchmark, there is a file with the common functions, as extracted by
13 functions for every benchmark.
15 It extracts for every benchmark and for the CWP data all the functions that
18 It generates all possible combinations of benchmark sets of a given size and
28 given groups. The benchmark set with the highest amount of unique functions
76 benchmark_set_size: Constant representing the size of a benchmark set.
121 """Selects the benchmark functions that match the given Chrome OS groups.
125 benchmark.
169 """Generic method that selects the optimal benchmark set based on a metric.
172 for selecting a benchmark set based on the three different metrics.
175 all_benchmark_combinations_sets: The list with all the sets of benchmark
177 benchmark_set_functions_grouped: A dict with benchmark functions as
182 benchmark set.
190 A list of tuples containing for each optimal benchmark set. A tuple
197 function_metrics = [benchmark_set_functions_grouped[benchmark]
198 for benchmark in benchmark_combination_set]
213 """Selects the optimal benchmark sets and writes them in JSON format.
215 Parses the CWP inclusive count statistics and benchmark common functions
216 files. Organizes the functions into groups. For every optimal benchmark
219 metrics for each group covered by the benchmark set.
292 'of the benchmark profiles and CWP data. A file will contain all the hot '
311 help='The size of the benchmark sets.')
315 help='The JSON output file containing optimal benchmark sets with their '
316 'metrics. For every optimal benchmark set, the file contains the list of '
318 'metrics for each group covered by the benchmark set.')
322 help='The metric used to select the optimal benchmark set. The possible '