Home
last modified time | relevance | path

Searched refs:LoadCmd (Results 1 – 11 of 11) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DDubai.cpp25 SPUtils::LoadCmd("hidumper -s 1213 -a '-b'", result); in DumpDubaiBegin()
30 SPUtils::LoadCmd("hidumper -s 1213 -a '-f'", result); in DumpDubaiFinish()
39 SPUtils::LoadCmd("rm -rf " + devicePath + "/dubai.*", result); in MoveDubaiDb()
40 SPUtils::LoadCmd("cp " + dubaiPath + " " + devicePath, result); in MoveDubaiDb()
41 SPUtils::LoadCmd("chmod 777 " + devicePath + "/" + dubaiName, result); in MoveDubaiDb()
Deditor_command.cpp69 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in SlideFps()
83 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.json", cmdResult); in SlideFPS()
84 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in SlideFPS()
85 SPUtils::LoadCmd("uitest dumpLayout", cmdResult); in SlideFPS()
94 SPUtils::LoadCmd(cmd, cmdResult); in SlideFPS()
103 SPUtils::LoadCmd(cmd, cmdResult); in SlideFPS()
113 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in ResponseTime()
126 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in ColdStartHM()
138 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in CompleteTime()
153 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.json", cmdResult); in ColdStart()
[all …]
DByTrace.cpp32 SPUtils::LoadCmd(std::string("bytrace --trace_begin --overwrite"), result); in ThreadGetTrace()
38 SPUtils::LoadCmd(std::string("bytrace --trace_finish --overwrite"), result); in ThreadEndTrace()
50 SPUtils::LoadCmd(cmdTraceOverwrite, result); in ThreadFinishTrace()
70 SPUtils::LoadCmd(std::string("bytrace --trace_finish"), result); in CheckFpsJitters()
Dstartup_delay.cpp34 SPUtils::LoadCmd(cmdString + cmdStringEnd + traceName, result); in GetTrace()
44 SPUtils::LoadCmd("uitest dumpLayout", result); in GetLayout()
55 SPUtils::LoadCmd("uinput -K -d 2 -u 2", result); in ChangeToBackground()
61 SPUtils::LoadCmd("pidof " + curPkgName, resultPid); in GetPidByPkg()
67 SPUtils::LoadCmd("param get |grep ohos.boot.hardware", cmdResult); in GetDeviceType()
DCapture.cpp26 SPUtils::LoadCmd(cmdCapture, result); in ThreadGetCatch()
Dsmartperf_command.cpp149 if (SPUtils::LoadCmd("chmod o+r /proc/stat", cmdResult)) { in InitSomething()
153 SPUtils::LoadCmd("mkdir /data/local/tmp/capture", cmdResult); in InitSomething()
Dsp_utils.cpp55 bool SPUtils::LoadCmd(const std::string &cmd, std::string &result) in LoadCmd() function in OHOS::SmartPerf::SPUtils
177 LoadCmd(cmd, curTopPkgStr); in GetTopPkgName()
187 SPUtils::LoadCmd(cmd, result); in GetSplitOne()
Dsp_task.cpp94 if (SPUtils::LoadCmd(pidCmd, pidResult)) { in StartTask()
125 SPUtils::LoadCmd("mkdir -p " + thisBasePath, cmdResult); in StopTask()
/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp270 static bool LoadCmd(const std::string &cmd, std::string &result) in LoadCmd() function
319 LoadCmd("hidumper -s 10 -a \"fpsClear DisplayNode\"", cmdResult); in main()
320 LoadCmd("hidumper -s 10 -a \"fpsClear" + layerName + "\"", cmdResult); in main()
324 LoadCmd("hidumper -s 10 -a \"fpsClear" + layerName + "\"", cmdResult); in main()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_utils.h48 bool LoadCmd(const std::string &cmd, std::string &result);
Dsp_thread_socket.h113 if (SPUtils::LoadCmd(pidCmd, pidResult)) { in HandleMsg()