Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
H A Dpass_manager_test.cpp195 std::string csv_file = GRAPH_TEST_ABC_DIR "pass_manager_test_002.csv"; in HWTEST_F() local
199 options.SetCompilerDumpStatsCsv(csv_file); in HWTEST_F()
203 [&test_method_name, &status, &csv_file](Graph* graph, std::string &method_name) { in HWTEST_F()
214 std::ifstream csv(csv_file); in HWTEST_F()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dresult.py101 def from_csv(cls, csv_file: Union[str, Path]):
103 with open(csv_file, mode='r', encoding='utf-8', newline='\n') as f:
136 def from_csv(csv_file: Union[str, Path]) -> List[JITStat]:
138 with open(csv_file, mode='r', encoding='utf-8', newline='\n') as f:

Completed in 3 milliseconds