/developtools/profiler/host/smartperf/client/client_command/ |
H A D | control_call_cmd.cpp | 35 namespace SmartPerf { namespace 40 time = SmartPerf::ControlCallCmd::ResponseTime(); in GetResult() 42 time = SmartPerf::ControlCallCmd::CompleteTime(); in GetResult() 47 result = SmartPerf::ControlCallCmd::GetFrame(); in GetResult() 68 OHOS::SmartPerf::ParseClickResponseTrace pcrt; in TimeDelay() 69 OHOS::SmartPerf::StartUpDelay sd; in TimeDelay() 71 OHOS::SmartPerf::ParseRadar radar; in TimeDelay() 72 OHOS::SmartPerf::StallingRateTrace srt; in TimeDelay() 118 OHOS::SmartPerf::ParseClickResponseTrace pcrt; in SlideList() 119 OHOS::SmartPerf in SlideList() [all...] |
H A D | smartperf_main.cpp | 61 OHOS::SmartPerf::SPUtils::StrSplit(str, "-", out); in g_checkCmdParam() 81 for (auto a : OHOS::SmartPerf::COMMAND_MAP) { in g_checkCmdParam() 102 return OHOS::SmartPerf::SPUtils::VeriyParameter(keys, str, errorInfo); in g_checkCmdParam() 107 OHOS::SmartPerf::ClientControl cc; in SocketStopCommand() 145 OHOS::SmartPerf::SPUtils::LoadFile(capacityRmPath, recordPower); in RecordCapacity() 160 OHOS::SmartPerf::EditorCommand(argc, vec); in ProcessSpecificParameter() 163 OHOS::SmartPerf::ProfilerFPS::GetInstance().GetFPS(vec); in ProcessSpecificParameter() 166 OHOS::SmartPerf::ClientControl cc; in ProcessSpecificParameter() 181 std::cout << OHOS::SmartPerf::SPUtils::GetDeviceInfoMap() << std::endl; in ProcessSpecificParameter() 184 OHOS::SmartPerf in ProcessSpecificParameter() [all...] |
H A D | client_control.cpp | 27 namespace SmartPerf { namespace 31 int resultId = OHOS::SmartPerf::ClientControl::InitSocket(); in SocketStart() 48 OHOS::SmartPerf::ClientControl::CloseSocket(); in SocketStart() 51 OHOS::SmartPerf::StartUpDelay sd; in SocketStart() 59 OHOS::SmartPerf::ClientControl::InitSocket(); in SocketStop() 71 OHOS::SmartPerf::StartUpDelay sd; in SocketStop() 72 OHOS::SmartPerf::ClientControl::CloseSocket(); in SocketStop() 91 OHOS::SmartPerf::StartUpDelay sd; in InitSocket()
|
H A D | parse_slide_fps_trace.cpp | 23 namespace SmartPerf { namespace 36 fps = SmartPerf::ParseSlideFpsTrace::CalculateTime(); in ParseSlideFpsTraceNoh() 51 touchTime = std::stod(SmartPerf::ParseSlideFpsTrace::GetLineTime(line)); in CalculateTime() 57 doCompositionTime = std::stod(SmartPerf::ParseSlideFpsTrace::GetLineTime(line)); in CalculateTime() 95 touchTime = std::stod(SmartPerf::ParseSlideFpsTrace::GetLineTime(line)); in AppSwiperScroll()
|
H A D | editor_command.cpp | 26 namespace SmartPerf { namespace 29 OHOS::SmartPerf::ControlCallCmd controlCallCmd; in EditorCommand()
|
H A D | parse_click_response_trace.cpp | 27 namespace SmartPerf { namespace 40 completeTime = SmartPerf::ParseClickResponseTrace::GetLineTime(); in ParseResponseTrace() 53 appPid = SmartPerf::ParseClickResponseTrace::GetPid(line, "pid", appPid); in GetLineTime() 54 startTime = SmartPerf::ParseClickResponseTrace::GetStartTime(line, startTime); in GetLineTime() 66 completeTime = SmartPerf::ParseClickResponseTrace::GetTime(startTime, endTime); in GetLineTime()
|
H A D | parse_click_complete_trace.cpp | 27 namespace SmartPerf { namespace 40 completeTime = SmartPerf::ParseClickCompleteTrace::GetLineTime(); in ParseCompleteTrace() 50 appPid = SmartPerf::ParseClickCompleteTrace::GetPid(line, "pid", appPid); in GetLineTime() 51 startTime = SmartPerf::ParseClickCompleteTrace::GetStartTime(line, startTime); in GetLineTime() 76 completeTime = SmartPerf::ParseClickCompleteTrace::GetTime(endTime); in GetLineTime()
|
H A D | FPS.cpp | 36 namespace SmartPerf { namespace 105 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, prevResultFpsInfo.curTime); in GetDiffLayersFpsInfo() 117 bool onTop = OHOS::SmartPerf::SPUtils::IsForeGround(pkgName); in GetFpsInfo() 126 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, prevResultFpsInfo.curTime); in GetFpsInfo() 266 std::string screen = OHOS::SmartPerf::SPUtils::GetScreen(); in FindFpsRefreshrate()
|
H A D | profiler_fps.cpp | 35 namespace SmartPerf { namespace 133 OHOS::SmartPerf::SPUtils::GetCurrentTime(ten, lastFpsInfoResult.curTime); in GetResultFPS() 292 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, lastFpsInfoResult.curTime); in GetFpsInfo() 295 bool onTop = OHOS::SmartPerf::SPUtils::IsForeGround(pkgName); in GetFpsInfo() 297 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, lastFpsInfoResult.curTime); in GetFpsInfo() 422 OHOS::SmartPerf::SPUtils::GetCurrentTime(fifty, lastFpsInfoResult.curTime); in selfRerderLayers()
|
H A D | smartperf_command.cpp | 33 namespace SmartPerf { namespace 38 OHOS::SmartPerf::StartUpDelay sd; in SmartPerfCommand() 85 OHOS::SmartPerf::StartUpDelay sd; in HelpCommand() 173 OHOS::SmartPerf::StartUpDelay sp; in GetItemInfo()
|
/developtools/profiler/host/smartperf/client/client_command/test/unittest/ |
H A D | dubai_test.cpp | 29 namespace SmartPerf { namespace 43 auto ret = OHOS::SmartPerf::SPUtils::LoadCmd("hidumper -s 1213 -a '-b'", result); in HWTEST_F() 53 auto ret = OHOS::SmartPerf::SPUtils::LoadCmd("hidumper -s 1213 -a '-f'", result); in HWTEST_F() 66 auto ret = OHOS::SmartPerf::SPUtils::LoadCmd("cp " + dubaiPath + " " + devicePath, result); in HWTEST_F() 67 auto ret1 = OHOS::SmartPerf::SPUtils::LoadCmd("chmod 777 " + devicePath + "/" + dubaiName, result); in HWTEST_F()
|
H A D | parse_radar_test.cpp | 26 namespace SmartPerf { namespace 47 OHOS::SmartPerf::ParseRadar parseRadar; in HWTEST_F() 65 OHOS::SmartPerf::ParseRadar parseRadar; in HWTEST_F()
|
H A D | smartperf_main_test.cpp | 32 namespace SmartPerf { namespace 73 OHOS::SmartPerf::SPUtils::StrSplit(str, "-", out); in CheckCMDParam() 94 for (auto a : OHOS::SmartPerf::COMMAND_MAP) { in CheckCMDParam() 114 return OHOS::SmartPerf::SPUtils::VeriyParameter(keys, str, errorInfo); in CheckCMDParam()
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
H A D | sp_data.h | 20 namespace SmartPerf { namespace
|
H A D | editor_command.h | 18 namespace SmartPerf { namespace
|
H A D | Dubai.h | 18 namespace SmartPerf { namespace
|
H A D | sp_profiler.h | 19 namespace SmartPerf { namespace
|
H A D | DDR.h | 19 namespace SmartPerf { namespace
|
H A D | Power.h | 20 namespace SmartPerf { namespace
|
H A D | GPU.h | 21 namespace SmartPerf { namespace
|
H A D | client_control.h | 20 namespace SmartPerf { namespace
|
H A D | startup_delay.h | 19 namespace SmartPerf { namespace
|
H A D | ByTrace.h | 19 namespace SmartPerf { namespace
|
H A D | Capture.h | 19 namespace SmartPerf { namespace
|
H A D | Network.h | 20 namespace SmartPerf { namespace
|