Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
H A Dparse_click_response_trace.cpp57 size_t position1 = line.find("...."); in GetLineTime() local
59 endTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetLineTime()
94 size_t position1 = line.find("pid="); in GetPid() local
96 appPid = line.substr(position1 + subNum, position2 - position1 - subNum); in GetPid()
126 size_t position1 = line.find("...."); in GetStartTime() local
129 startTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetStartTime()
H A Dparse_click_complete_trace.cpp55 size_t position1 = line.find("...."); in GetLineTime() local
57 endTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetLineTime()
102 size_t position1 = line.find("pid="); in GetPid() local
105 appPid = line.substr(position1 + subNum, position2 - position1 - subNum); in GetPid()
134 size_t position1 = line.find("...."); in GetStartTime() local
137 startTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetStartTime()
H A Dparse_slide_fps_trace.cpp121 size_t position1 = lineStr.find("...."); in GetLineTime() local
123 return lineStr.substr(position1 + num, position2 - position1 - num); in GetLineTime()
128 size_t position1 = lineStr.find(start); in CutString() local
130 return lineStr.substr(position1 + offset, position2 - position1 - offset); in CutString()

Completed in 2 milliseconds