You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"====================================== Collection for for all process ====================================================="
4
-
bash collect.sh ncs.smp $1&
5
-
bash collect.sh NcsJVMLauncher $1&
6
-
bash collect.sh python3 $1&
28
+
bash collect.sh ncs.smp $DURATION$VERBOSE&
29
+
bash collect.sh NcsJVMLauncher $DURATION$VERBOSE&
30
+
bash collect.sh python3 $DURATION$VERBOSE&
7
31
wait
8
32
echo -e "===================================== Collection for for all process done =================================================\n\n"
9
33
10
34
11
35
echo"====================================== Ploting graph to all process ========================================================"
12
36
echo"====================================== Ploting graph for ncs.smp process ========================================================"
13
-
bash graphs.sh ncs.smp
37
+
bash graphs.sh ncs.smp$VERBOSE
14
38
echo -e "===================================== Ploting graph for ncs.smp process done =================================================\n"
15
39
echo"====================================== Ploting graph for NcsJVMLauncher process ========================================================"
16
-
bash graphs.sh NcsJVMLauncher
40
+
bash graphs.sh NcsJVMLauncher$VERBOSE
17
41
echo -e "===================================== Ploting graph for NcsJVMLauncher process done =================================================\n"
18
42
echo"====================================== Ploting graph for python3 process ========================================================"
19
-
bash graphs.sh python3
43
+
bash graphs.sh python3$VERBOSE
20
44
echo -e "===================================== Ploting graph for python3 process done =================================================\n"
21
45
echo"====================================== Ploting graph to compare between process ========================================================"
22
-
bash graphs_compare.sh
46
+
bash graphs_compare.sh$VERBOSE
23
47
echo -e "====================================== Ploting graph to compare between process done ========================================================\n"
24
48
echo"===================================== Ploting graph to all process done ================================================="
0 commit comments