CPU Test by PassMark. GPU Test by CLPeak. Platform: QUALCOMM Snapdragon(TM)Device: QUALCOMM Adreno(TM)Driver version : OpenCL 3.0 QUALCOMM build: commit #fadc7176c9 changeid #I9c7199d547 Date: 03/23/22…
Leave a CommentLW's Blog Posts
Configure systemd services The Linux system uses systemd as the startup server management mechanism. First, copy the executable file to the /usr/local/bin directory, and copy…
Leave a CommentGeneral commands Connect operation adb kill-server #Close the adb serviceadb start-server #Start adb serviceadb tcpip 5555 #Bind port of 5555 to wait client’s connectionadb connect…
Leave a CommentBasic command Qualcomm Following command is used to query GPU busy ratio on Qualcomm SOC. MTK Following command is used to query GPU idle ratio…
Leave a CommentStart the service for saving crash coredump Configuration By default, the crash dump of non-deb package programs is not saved. Modify the following configuration file…
Leave a CommentEnvironment python3.5+tensorflow-gpu1.5 + cuda9.0 + cudnn9.0 installation steps Disable open source nouveau driver Add the following two lines at the end. Then execute the following…
Leave a CommentUsing following codes to find out current focus APP: Then outputs: Now, We can see that com.hihonor.deskclock is the current focus APP in this case.
Leave a CommentFinding active APPs Killing single APP Killing all active APPs
Leave a CommentUsing following command to get GPU information for Andorid. Then, outputs: This method has been tested on Qualcomm & MTK SOC.
Leave a CommentWhen testing APP performance, we need to simulate the user’s operating environment which usually open multiple APPs at the same time. Using following code to…
Leave a Comment