Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/ffiworkloadtest/
H A Dget_ffi_workload_report.py338 "--work_path",
353 if not os.path.exists(args.work_path):
354 Constants.logger.error("parameter --work is not exit. Please check it! work path: %s", args.work_path)
355 raise RuntimeError(f"error bad parameters --work. work: {args.work_path}")
357 if not os.path.isdir(args.work_path):
358 Constants.logger.error("parameter --work is not folder. Please check it! work path: %s", args.work_path)
359 raise RuntimeError(f"error bad parameters --work. work: {args.work_path}")
415 command format: python3 get_ffi_workload_report.py -i work_path -o report_folder_path
418 work_path = paras.work_path variable
[all...]
H A Drun_ffi_workload_test.sh107 work_path=$1
109 python3 ./get_ffi_workload_report.py -w "$work_path" -o "$report_path"

Completed in 1 milliseconds