We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423633c commit ee84e65Copy full SHA for ee84e65
1 file changed
python/get_cpu_mem_info.py
@@ -19,7 +19,7 @@
19
#打开待测应用,运行脚本,默认times为20次(可自己手动修改次数),获取该应用cpu、memory占用率的曲线图,图表保存至chart目录下
20
21
#top次数
22
-times = 10
+times = 20
23
24
#设备当前运行应用的包名
25
pkg_name = utils.get_current_package_name()
0 commit comments