Home
last modified time | relevance | path

Searched refs:today (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/
H A Dutils.py52 today = datetime.today()
54 x = datetime.strptime(str(today.year) + ' ' + dt, '%Y %b %d %H:%M:%S')
/arkcompiler/ets_runtime/test/ffiworkloadtest/
H A Dget_ffi_workload_report.py122 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 Dtest_gc_ark_pause.py27 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 Dspec_report.py122 report = report.replace(self.REPORT_DATE, str(date.today()))
145 'report_date': str(date.today()),
H A Ddetailed_report.py76 report = report.replace(self.REPORT_DATE, str(date.today()))
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_test.py881 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 Drun_js_test.py483 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 8 milliseconds