Home
last modified time | relevance | path

Searched refs:YESTERDAY_EXCUTE_TIME_DICT (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_test.py69 YESTERDAY_EXCUTE_TIME_DICT = {} variable in Constants
187 if (len(Constants.YESTERDAY_EXCUTE_TIME_DICT) > 0 and
188 Constants.YESTERDAY_EXCUTE_TIME_DICT.get(main_key) is not None):
189 yesterday_excute_time = str(Constants.YESTERDAY_EXCUTE_TIME_DICT[main_key])
627 Constants.YESTERDAY_EXCUTE_TIME_DICT[main_key] = excute_time
/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_test.py66 YESTERDAY_EXCUTE_TIME_DICT = {} variable in Constants
168 if (len(Constants.YESTERDAY_EXCUTE_TIME_DICT) > 0 and
169 Constants.YESTERDAY_EXCUTE_TIME_DICT.get(main_key) is not None):
170 yesterday_excute_time = str(Constants.YESTERDAY_EXCUTE_TIME_DICT[main_key])
644 Constants.YESTERDAY_EXCUTE_TIME_DICT[main_key] = excute_time

Completed in 3 milliseconds