Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpgo.cpp63 std::string strLine; in ParseProfileData() local
64 while (std::getline(file, strLine)) { in ParseProfileData()
65 if (strLine.empty()) { in ParseProfileData()
68 auto commaPos = strLine.find(':'); in ParseProfileData()
72 auto itemType = strLine.substr(0, commaPos); in ParseProfileData()
73 auto str = strLine.substr(commaPos + 1); in ParseProfileData()

Completed in 1 milliseconds