Searched refs:_construct_profile (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/afdo_redaction/ |
D | remove_cold_functions_test.py | 17 def _construct_profile(indices=None): function 99 input_profile_lines = _construct_profile() 108 input_profile_lines = _construct_profile() 114 4: _construct_profile([0, 1, 3, 4]), 115 3: _construct_profile([0, 1, 3]), 116 2: _construct_profile([0, 3]), 117 1: _construct_profile([3]), 126 input_profile_lines = _construct_profile() 127 cwp_profile = _construct_profile([0, 1, 3, 4]) 128 benchmark_profile = _construct_profile([1, 2, 3, 4])
|