Home
last modified time | relevance | path

Searched defs:thGetTrace (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dcontrol_call_cmd.cpp76 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in TimeDelay() local
129 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local
133 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local
175 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetFrame() local
193 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in ResponseTime() local
197 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in ResponseTime() local
217 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in CompleteTime() local
221 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in CompleteTime() local
240 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetAppStartTime() local
Dsp_task.cpp690 auto thGetTrace = [this, timeStamp]() { this->GetHiperf(std::to_string(timeStamp)); }; in ThreadGetHiperf() local