mobileperf icon indicating copy to clipboard operation
mobileperf copied to clipboard

Android performance test

Results 12 mobileperf issues
Sort by recently updated
recently updated
newest added

It just works on the main process, it doesn't work on the secondary process(subprocess), just like Wechat applet,maybe all of the data about the secondary process is wrong . so...

Android 10以下系统:通过/proc/net/xt_qtaguid,可以获取到当前进程的流量 Android 10及以上系统:/proc/net/xt_qtaguid不存在了,只能通过/proc/{pid}/net/dev获取流量,但该方法获取的是全局流量

如题 一加九 Pro 安卓11 氧OS系统

我发现用top和dumpsysinfo返回的设备总内存使用情况不一样,而且dumpsys meminfo每次查询比较慢,请问一下为什么要使用这个呢?

直接运行devicemonitor.py 如果是华为手机或者一加手机,没有MOVE_TO_FOREGROUND,只有type=ACTIVITY_RESUMED,导致获取不到最上层activity

性能稳定性测试工具mobileperf使用总结(Android11下): 1、cpuinfo、 traffics(流量数据)、pss(实际使用的物理内存)、thread_num可以按照配置文件默认设置的每隔5秒去获取 2、meminfo内存是按照每50秒采集一次(未按照配置文件中的5秒),测了4次,其中有一次内存数据只有开头和结尾两个值,中间的部分未采集到。 3、fps获取不到,基本都是0 4、powerinfo电量获取不到,未生成有csv文件 5、测试完成后生成的报告excel中,仅有cpuinfo、meminfo、pid_change、pss_video,其他的如traffics没有