Skip to content

Commit

Permalink
DEV 20200421
Browse files Browse the repository at this point in the history
wipev2:配置文件:限制above_hispeed_delay的使用,降低性能释放延迟
配置文件生成器:修改9810 9820最低频设置,解决一部分睡死
uperf:进入standby的延时减少到20秒
uperf:动态uxAffinity,配置如下,平衡型双集群仍然始终开启
```
HMP:
pwr: normal=off interaction=off
bala: normal=off interaction=on
perf: normal=on interaction=on
EAS:
pwr: normal=off interaction=on
bala: normal=on interaction=on
perf: normal=on interaction=on
```

Signed-off-by: Matt Yang <yccy@outlook.com>
  • Loading branch information
yc9559 committed Apr 21, 2020
1 parent b39cf6a commit f3a63e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion magisk/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=uperf
name=Uperf
version=DEV 20200419
version=DEV 20200421
versionCode=1
author=Matt Yang
description=Userspace performance controller for android. Repo: https://github.com/yc9559/uperf/
Expand Down
2 changes: 1 addition & 1 deletion magisk/script/powercfg_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ save_panel()
write_panel ""
write_panel "Uperf https://github.com/yc9559/uperf/"
write_panel "Author: Matt Yang"
write_panel "Version: DEV 20200419"
write_panel "Version: DEV 20200421"
write_panel "Last performed: $(date '+%Y-%m-%d %H:%M:%S')"
write_panel ""
write_panel "[Uperf status]"
Expand Down
4 changes: 2 additions & 2 deletions magisk/setup_uperf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Uperf Setup
# https://github.com/yc9559/
# Author: Matt Yang & cjybyjk (cjybyjk@gmail.com)
# Version: 20200419
# Version: 20200421

BASEDIR="$(dirname $(readlink -f "$0"))"

Expand Down Expand Up @@ -239,7 +239,7 @@ uperf_print_banner()
echo ""
echo "* Uperf https://github.com/yc9559/uperf/"
echo "* Author: Matt Yang"
echo "* Version: DEV 20200419"
echo "* Version: DEV 20200421"
echo ""
}

Expand Down

0 comments on commit f3a63e9

Please sign in to comment.