Searched defs:thGetTrace (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | control_call_cmd.cpp | 76 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in TimeDelay() local 126 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local 130 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local 172 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 216 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in CompleteTime() local 235 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetAppStartTime() local
|
| D | effective.cpp | 80 auto thGetTrace = [this, timeStamp]() { this->GetHiperf(std::to_string(timeStamp)); }; in ThreadGetHiperf() local
|
| /developtools/smartperf_host/smartperf_device/device_command/cmds/src/ |
| D | control_call_cmd.cpp | 76 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in TimeDelay() local 126 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local 130 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local 172 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 216 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in CompleteTime() local 235 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetAppStartTime() local
|
| /developtools/smartperf_host/smartperf_device/device_command/collector/src/ |
| D | effective.cpp | 80 auto thGetTrace = [this, timeStamp]() { this->GetHiperf(std::to_string(timeStamp)); }; in ThreadGetHiperf() local
|