abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change
on this file since 92661b4 was
7e3f5e2,
checked in by Mei <mei@…>, 12 years ago
|
1) converted daisychain scaling tests
|
-
Property mode set to
100755
|
File size:
429 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | type=$1 |
---|
4 | |
---|
5 | rm -rf timing |
---|
6 | mkdir timing |
---|
7 | ln -s ../../plotting plot |
---|
8 | cp plot/gen_small timing/gen_small |
---|
9 | cp plot/gen_big timing/gen_big |
---|
10 | cp plot/gen_med timing/gen_med |
---|
11 | cp plot/split_it timing/split_it |
---|
12 | cat ${type}_*/*.time > timing/${type}_orig |
---|
13 | |
---|
14 | cd timing |
---|
15 | chmod +x gen_small gen_big split_it |
---|
16 | |
---|
17 | ./split_it ${type} |
---|
18 | ./gen_small ${type} |
---|
19 | ./gen_big ${type} |
---|
20 | ./gen_med ${type} |
---|
21 | |
---|
22 | tar cvf ${type}_plot.tar *.jpeg |
---|
23 | cp *.jpeg ../../../jpegs |
---|
Note: See
TracBrowser
for help on using the repository browser.