Searched refs:log_file_path (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/test/ffiworkloadtest/ |
| D | get_ffi_workload_report.py | 38 def get_logger(logger_name, log_file_path, level=logging.INFO): argument 42 fh = logging.FileHandler(encoding='utf-8', mode='a', filename=log_file_path)
|
| /arkcompiler/ets_runtime/test/aotjsperftest/ |
| D | run_js_test.py | 33 def get_logger(logger_name, log_file_path, level=logging.INFO): argument 37 fh = logging.FileHandler(encoding='utf-8', mode='a', filename=log_file_path)
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 35 def get_logger(logger_name, log_file_path, level=logging.INFO): argument 40 fh = logging.FileHandler(encoding='utf-8', mode='a', filename=log_file_path)
|