📄 generate_compared_histo.sh
字号:
#!/bin/sh
#
#
. parameters
for j in copy_on_write copy_on_read delayed;
do
for i in $NCONSUMERS;
do
./compare_histo.pl ec_locking.$j.$i.16.histo.dat ec_locking.$j.32.16.histo.dat >$j.$i.dat;
done;
done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -