Home
last modified time | relevance | path

Searched refs:compiler_events (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp714 TmpFile compiler_events("events.csv"); in TEST_F() local
718 … "--compiler-enable-events=true", "--compiler-events-path", compiler_events.GetFileName()); in TEST_F()
724 std::ifstream events_file(compiler_events.GetFileName()); in TEST_F()