Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
H A Dparse_click_response_trace.cpp58 size_t position2 = line.find(":"); in GetLineTime() local
59 endTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetLineTime()
95 size_t position2 = line.find(" comm=appspawn"); in GetPid() local
96 appPid = line.substr(position1 + subNum, position2 - position1 - subNum); in GetPid()
127 size_t position2 = line.find(":"); in GetStartTime() local
129 startTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetStartTime()
H A Dparse_click_complete_trace.cpp56 size_t position2 = line.find(":"); in GetLineTime() local
57 endTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetLineTime()
103 size_t position2 = line.find(" comm=appspawn"); in GetPid() local
105 appPid = line.substr(position1 + subNum, position2 - position1 - subNum); in GetPid()
135 size_t position2 = line.find(":"); in GetStartTime() local
137 startTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetStartTime()
H A Dparse_slide_fps_trace.cpp122 size_t position2 = lineStr.find(":"); in GetLineTime() local
123 return lineStr.substr(position1 + num, position2 - position1 - num); in GetLineTime()
129 size_t position2 = lineStr.find(end); in CutString() local
130 return lineStr.substr(position1 + offset, position2 - position1 - offset); in CutString()

Completed in 3 milliseconds