update
Signed-off-by: Wenchao Hao <haowenchao22@gmail.com>
This commit is contained in:
parent
eaa21b20af
commit
da93ff2b1b
3
run.sh
3
run.sh
|
|
@ -70,6 +70,9 @@ mkdir $dir/thpmaps
|
|||
|
||||
echo "round app start_type start_time rss pss pagefaults minorfaults majorfaults itlbmiss dtlbmiss cpustall inc_ratio order4_ratio order4_cont inc_total nr_direct_reclaim" > $dir/result
|
||||
|
||||
adb shell cat /sys/kernel/mm/transparent_hugepage/hugepages-64kB/enabled > $dir/hugepages-64kB_enabled
|
||||
adb shell cat /sys/kernel/mm/mthp_compact/enabled > $dir/mthp_compact_enabled
|
||||
|
||||
for round in $(seq 1 $cycle); do
|
||||
# 重启并等待重启完成
|
||||
echo "rebooting"
|
||||
|
|
|
|||
Loading…
Reference in New Issue