This repository has been archived by the owner on Apr 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
tab_gc_heapsize_gc4.tex
38 lines (36 loc) · 1.99 KB
/
tab_gc_heapsize_gc4.tex
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
\begin{table}
\begin{center}
\begin{tabular}{r|rr|rrrr}
\Cbr{Initial} &
\multicolumn{2}{c|}{Sequential} &
\multicolumn{4}{c}{Parallel w/ $N$ Mercury Engines} \\
\Cbr{heap size} & \C{no TS} & \Cbr{TS} & \C{1} & \C{2} & \C{3} & \C{4} \\
\hline
\hline
\multicolumn{7}{c}{raytracer} \\
\hline
1MB & 32.8 (0.89) & 29.3 (1.00) & 29.3 (1.00) & 19.0 (1.54) & 15.4 (1.90) & 13.6 (2.16) \\
16MB & 33.5 (0.89) & 29.7 (1.00) & 29.1 (1.02) & 18.9 (1.57) & 15.3 (1.94) & 13.7 (2.17) \\
32MB & 34.3 (0.86) & 29.5 (1.00) & 29.5 (1.00) & 19.5 (1.51) & 15.6 (1.89) & 13.6 (2.16) \\
64MB & 33.2 (0.92) & 30.4 (1.00) & 30.7 (0.99) & 20.3 (1.50) & 16.4 (1.86) & 14.5 (2.10) \\
128MB & 22.7 (1.08) & 24.5 (1.00) & 24.2 (1.01) & 15.0 (1.63) & 11.7 (2.09) & 10.2 (2.40) \\
256MB & 18.8 (1.13) & 21.4 (1.00) & 21.5 (0.99) & 12.6 (1.70) & 9.3 (2.29) & 7.7 (2.76) \\
384MB & 17.7 (1.17) & 20.8 (1.00) & 20.7 (1.01) & 11.7 (1.77) & 8.7 (2.39) & 7.2 (2.90) \\
512MB & 17.3 (1.17) & 20.3 (1.00) & 20.5 (0.99) & 11.5 (1.77) & 8.3 (2.44) & 6.8 (2.99) \\
\hline
\hline
\multicolumn{7}{c}{mandelbrot\_highalloc} \\
\hline
1MB & 41.4 (1.10) & 45.5 (1.00) & 45.1 (1.01) & 26.7 (1.70) & 20.3 (2.24) & 16.7 (2.72) \\
16MB & 39.7 (1.14) & 45.3 (1.00) & 45.6 (0.99) & 26.8 (1.69) & 20.4 (2.23) & 16.7 (2.72) \\
32MB & 38.9 (1.16) & 45.2 (1.00) & 44.2 (1.02) & 26.3 (1.72) & 19.7 (2.29) & 16.5 (2.74) \\
64MB & 36.7 (1.21) & 44.4 (1.00) & 43.7 (1.02) & 25.2 (1.76) & 18.8 (2.36) & 15.6 (2.84) \\
128MB & 34.1 (1.25) & 42.6 (1.00) & 41.8 (1.02) & 24.1 (1.77) & 17.7 (2.41) & 14.4 (2.96) \\
256MB & 33.2 (1.24) & 41.3 (1.00) & 41.9 (0.99) & 23.7 (1.74) & 16.9 (2.45) & 13.6 (3.04) \\
384MB & 31.7 (1.29) & 41.0 (1.00) & 41.9 (0.98) & 23.3 (1.76) & 16.7 (2.46) & 13.4 (3.07) \\
512MB & 31.1 (1.32) & 41.1 (1.00) & 41.1 (1.00) & 23.0 (1.79) & 16.7 (2.46) & 13.3 (3.08) \\
\end{tabular}
\end{center}
\caption{Varying the initial heapsize in parallel Mercury programs.}
\label{tab:gc_heapsize}
\end{table}