-
Notifications
You must be signed in to change notification settings - Fork 0
/
draw.sh
executable file
·26 lines (23 loc) · 1.23 KB
/
draw.sh
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
# Timeline plot
./examples.py -s jaws-all -i dat/jaws/atax.share.log -o atax.share.all.pdf
# ./examples.py -s jaws-all -i dat/jaws/syrk.share.log -o syrk.share.all.pdf
# ./examples.py -s jaws-all -i dat/jaws/gemm.share.log -o gemm.share.all.pdf
#
# ./examples.py -s jaws-all -i dat/jaws/atax.noshare.log -o atax.noshare.all.pdf
# ./examples.py -s jaws-all -i dat/jaws/syrk.noshare.log -o syrk.noshare.all.pdf
# ./examples.py -s jaws-all -i dat/jaws/gemm.noshare.log -o gemm.noshare.all.pdf
# Pie plot
# ./examples.py -s jaws-pie -i dat/jaws/atax.share.log -o atax.share.pie.pdf
# ./examples.py -s jaws-pie -i dat/jaws/syrk.share.log -o syrk.share.pie.pdf
# ./examples.py -s jaws-pie -i dat/jaws/gemm.share.log -o gemm.share.pie.pdf
#
# ./examples.py -s jaws-pie -i dat/jaws/atax.noshare.log -o atax.noshare.pie.pdf
# ./examples.py -s jaws-pie -i dat/jaws/syrk.noshare.log -o syrk.noshare.pie.pdf
# ./examples.py -s jaws-pie -i dat/jaws/gemm.noshare.log -o gemm.noshare.pie.pdf
# Stacked Bar plot
# ./examples.py -s bar-stacked -si atax -o atax.bar.pdf
# ./examples.py -s bar-stacked -si syrk -o syrk.bar.pdf
# ./examples.py -s bar-stacked -si gemm -o gemm.bar.pdf
# convert atax.bar.pdf atax.png
# convert syrk.bar.pdf syrk.png
# convert gemm.bar.pdf gemm.png