Searched refs:today (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ |
H A D | utils.py | 52 today = datetime.today() 54 x = datetime.strptime(str(today.year) + ' ' + dt, '%Y %b %d %H:%M:%S')
|
/arkcompiler/ets_runtime/test/ffiworkloadtest/ |
H A D | get_ffi_workload_report.py | 122 Constants.logger.error("no today testing data, please check it!.") 270 today average excute time(s): 274 Constants.logger.info("begin to append summary infomation to today report.") 365 Constants.logger.info("begin to initialize today report") 391 Constants.logger.info("initialize today report successfully") 430 today = datetime.date.today() variable 431 yesterday = today - datetime.timedelta(days=1) 432 today_daily_report_path = get_given_date_report_path(paras.rerport_folder_path, today)
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
H A D | test_gc_ark_pause.py | 27 current_ts = datetime(datetime.today().year, 3, 10, 12, 5, 20, 514000)
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/ |
H A D | spec_report.py | 122 report = report.replace(self.REPORT_DATE, str(date.today())) 145 'report_date': str(date.today()),
|
H A D | detailed_report.py | 76 report = report.replace(self.REPORT_DATE, str(date.today()))
|
/arkcompiler/ets_runtime/test/jsperftest/ |
H A D | run_js_test.py | 881 today = datetime.date.today()
variable 882 yesterday = today - datetime.timedelta(days=1)
883 TODAY_EXCEL_PATH = get_given_date_report_path(today)
|
/arkcompiler/ets_runtime/test/aotjsperftest/ |
H A D | run_js_test.py | 483 new_row = ['ark today degraded_num', degraded_num, ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ']
812 today = datetime.date.today()
variable 813 yesterday = today - datetime.timedelta(days=1)
814 TODAY_EXCEL_PATH = get_given_date_report_path(today)
|
Completed in 5 milliseconds