OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cwp_function_groups
(Results
1 - 5
of
5
) sorted by null
/external/toolchain-utils/user_activity_benchmarks/
benchmark_metrics_unittest.py
60
cwp_function_groups
= [('ab', '/a/b'), ('cd', '/c/d'), ('e', '/e')]
65
cwp_function_groups
, function_metrics)
select_optimal_benchmark_set.py
96
cwp_function_groups
):
101
cwp_function_groups
: A list with the CWP function groups.
110
for group_name, file_path in
cwp_function_groups
:
120
cwp_function_groups
):
128
cwp_function_groups
: A list with the CWP function groups.
148
for group_name, file_path in
cwp_function_groups
:
227
cwp_function_groups
= utils.ParseFunctionGroups(input_file.readlines())
232
cwp_inclusive_count_statistics,
cwp_function_groups
)
236
cwp_function_groups
)
process_hot_functions.py
91
cwp_function_groups
= utils.ParseFunctionGroups(input_file.readlines())
97
cwp_function_groups
,
102
self.GroupExtraFunctions(cwp_statistics,
cwp_function_groups
,
109
cwp_function_groups
, common_functions_path,
148
cwp_function_groups
: A list of tuples containing the name of the group
208
cwp_function_groups
, benchmark_function_metrics)
251
def GroupExtraFunctions(self, cwp_statistics,
cwp_function_groups
,
270
cwp_function_groups
: A list of tuples with the groups names and the path
287
for group in
cwp_function_groups
:
benchmark_metrics_experiment.py
109
cwp_function_groups
= utils.ParseFunctionGroups(input_file.readlines())
146
cwp_function_groups
, parent_function_statistics)
benchmark_metrics.py
68
def ComputeMetricsForComponents(
cwp_function_groups
, function_metrics):
77
cwp_function_groups
: A dict having as a key the name of the group and as a
94
for group, common_path in
cwp_function_groups
:
Completed in 130 milliseconds