Searched refs:_check_benchmark_results (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 53 def _check_benchmark_results(output: str, core: str) -> None: function 174 _check_benchmark_results( 180 _check_benchmark_results( 187 _check_benchmark_results( 194 _check_benchmark_results( 235 _check_benchmark_results( 241 _check_benchmark_results( 248 _check_benchmark_results( 255 _check_benchmark_results(
|
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/ |
D | test_stm.py | 68 def _check_benchmark_results(output: str, core: str, constraints: STMLimits) -> None: function 240 _check_benchmark_results(output=output, core='app', constraints=app_constraints) 243 _check_benchmark_results(output=output, core='rad', constraints=rad_constraints) 247 _check_benchmark_results(output=output, core='ppr', constraints=ppr_constraints) 251 _check_benchmark_results(output=output, core='flpr', constraints=flpr_constraints) 332 _check_benchmark_results(output=decoded_file_content, core='app', constraints=app_constraints) 335 _check_benchmark_results(output=decoded_file_content, core='rad', constraints=rad_constraints) 339 _check_benchmark_results( 345 _check_benchmark_results(
|