Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dpgo.cpp72 std::string str_line; in ParseProfileData() local
73 while (std::getline(file, str_line)) { in ParseProfileData()
74 if (str_line.empty()) { in ParseProfileData()
77 auto comma_pos = str_line.find(':'); in ParseProfileData()
81 auto item_type = str_line.substr(0, comma_pos); in ParseProfileData()
82 auto str = str_line.substr(comma_pos + 1); in ParseProfileData()

Completed in 1 milliseconds