Skip to content

Commit ee84e65

Browse files
committed
2015.02.02
1 parent 423633c commit ee84e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/get_cpu_mem_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#打开待测应用,运行脚本,默认times为20次(可自己手动修改次数),获取该应用cpu、memory占用率的曲线图,图表保存至chart目录下
2020

2121
#top次数
22-
times = 10
22+
times = 20
2323

2424
#设备当前运行应用的包名
2525
pkg_name = utils.get_current_package_name()

0 commit comments

Comments
 (0)