-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaunch_gnuplot.sh
More file actions
executable file
·37 lines (25 loc) · 843 Bytes
/
launch_gnuplot.sh
File metadata and controls
executable file
·37 lines (25 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#! /bin/bash
echo "---------------------------------"
echo " Graphic: Execution Time "
echo "---------------------------------"
./plot/execution_scheduler.sh
./plot/execution_wrapper.sh
echo "--------------------------------"
echo " Graphic: Miss Cache L1 "
echo "--------------------------------"
./plot/missL1_scheduler.sh
./plot/missL1_wrapper.sh
echo "--------------------------------"
echo " Graphic: Miss Cache L2 "
echo "--------------------------------"
./plot/missL2_scheduler.sh
./plot/missL2_wrapper.sh
echo "--------------------------------"
echo " Graphic: Miss Cache L3 "
echo "--------------------------------"
./plot/missL3_scheduler.sh
./plot/missL3_wrapper.sh
echo "------------------"
echo " Cleaning "
echo "------------------"
./clean_gnuplot.sh