Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
H A Dcontrol_call_cmd.cpp76 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in TimeDelay()
129 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList()
133 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList()
175 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetFrame()
193 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in ResponseTime()
197 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in ResponseTime()
216 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in CompleteTime()
220 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in CompleteTime()
238 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetAppStartTime()
H A Dstartup_delay.cpp37 void StartUpDelay::GetTrace(const std::string &traceName) const in GetTrace() function in OHOS::SmartPerf::StartUpDelay
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dstartup_delay.h24 void GetTrace(const std::string &traceName) const;

Completed in 2 milliseconds