implemented stack method visit but with callees on top, something crazy is happening...
[IRC.git] / Robust / src / Benchmarks / disjoint / expectedSharing.tex
1 \documentclass{amsart}[9pt]
2 \usepackage{color}
3 \begin{document}
4
5
6 \section{Current Sharing}
7
8 \begin{tabular}{|l|c|c|c|c|}
9 \hline
10 Benchmark     & Ownership & Disjoint & Disjoint & Disjoint Stack \\
11               & Sharing   & Stack    & Queue    & Callees on top \\
12 \hline
13 Bank          & 0         & 0                 & 0             &         \\
14 Chat          & 3         & 0                 & 3             &         \\
15 WebPortal     & 0         & 0                 & 0             &         \\
16 jHTTPp2       & 0         & 0                 & 0             &         \\
17 MapReduce1    & 2         & \color{red}{1}    & \color{red}{1}&         \\
18 MultiGame     & 10        & 10                & 10            &         \\
19 PERT          & 0         & 0                 & 0             &         \\
20 FilterBank    & 0         & 0                 & 0             &         \\
21 Fractal       & 1         & 1                 & 1             &         \\
22 MolDyn        & 2         & 2                 & 2             &         \\
23 MonteCarlo    & 0         & 0                 & 0             &         \\
24 Series        & 0         & 0                 & 0             &         \\
25 KMeans-Bamboo & 2         & 2                 & 2             &         \\
26 MapReduce2    & 3         & \color{red}{0}    & \color{red}{0}&         \\
27 FluidAnimate  & 2         & \color{red}{error}& 2             &         \\
28 Spider1       & 0         & 0                 & 0             &         \\
29 Spider2       & 0         & \color{red}{error}& 0             &         \\
30 TileSearch    & 0         & 0                 & 0             &         \\
31 TicTacToe     & 0         & \color{red}{error}& 0             &         \\
32 WebServer1    & 0         & 0                 & 0             &         \\
33 WebServer2    & 0         & \color{red}{error}& 0             &         \\
34 Tracking      & 0         & 0                 & 0             &         \\
35 \hline
36 \end{tabular}
37
38
39
40 \section{Current Analysis Runtimes}
41 These times were measured on DC-11.
42
43 \begin{tabular}{|l|c|c|c|c|}
44 \hline
45 Benchmark     & Ownership & Disjoint & Disjoint & Disjoint Stack \\
46               & Sharing   & Stack    & Queue    & Callees on top \\
47 \hline
48 Bank          &        &      &      &        \\
49 Chat          &        &      &      &        \\
50 WebPortal     &        &      &      &        \\
51 jHTTPp2       &        &      &      &        \\
52 MapReduce1    &        &      &      &        \\
53 MultiGame     &        &      &      &        \\
54 PERT          &        &      &      &        \\
55 FilterBank    &        &      &      &        \\
56 Fractal       &        &      &      &        \\
57 MolDyn        &        &      &      &        \\
58 MonteCarlo    &        &      &      &        \\
59 Series        &        &      &      &        \\
60 KMeans-Bamboo &        &      &      &        \\
61 MapReduce2    &        &      &      &        \\
62 FluidAnimate  &        &      &      &        \\
63 Spider1       &        &      &      &        \\
64 Spider2       &        &      &      &        \\
65 TileSearch    &        &      &      &        \\
66 TicTacToe     &        &      &      &        \\
67 WebServer1    &        &      &      &        \\
68 WebServer2    &        &      &      &        \\
69 Tracking      &        &      &      &        \\
70 \hline
71 \end{tabular}
72
73
74
75
76 \end{document}