[Swift-commit] r3919 - text/parco10submission

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sat Jan 8 19:00:37 CST 2011


Author: wozniak
Date: 2011-01-08 19:00:37 -0600 (Sat, 08 Jan 2011)
New Revision: 3919

Modified:
   text/parco10submission/paper.tex
Log:
Tabulate plots


Modified: text/parco10submission/paper.tex
===================================================================
--- text/parco10submission/paper.tex	2011-01-09 00:55:35 UTC (rev 3918)
+++ text/parco10submission/paper.tex	2011-01-09 01:00:37 UTC (rev 3919)
@@ -1326,32 +1326,50 @@
 
 \newcommand{\plotscale}{0.60}
 
-\begin{figure*}[htbp]
+\begin{figure}
   \begin{center}
-    \includegraphics[scale=\plotscale]{plots/sleep}
-    \caption{System utilization for variable length tasks
-              at varying system size}
-    \label{PlotSleep}
+    \begin{tabular}{p{7cm}p{7cm}}
+      \includegraphics[scale=\plotscale]{plots/sleep} &
+      \includegraphics[scale=\plotscale]{plots/sleep} \\
+      System utilization for variable length tasks
+      at varying system size &
+      System utilization for variable length tasks
+      at varying concurrency \\
+      \includegraphics[scale=\plotscale]{plots/sleep}
+      & \\
+      System utilization for variable length tasks
+      at varying concurrency
+      & \\
+    \end{tabular}
   \end{center}
-\end{figure*}
+\end{figure}
 
-\begin{figure*}[htbp]
-  \begin{center}
-    \includegraphics[scale=\plotscale]{plots/multicore}
-    \caption{System utilization for variable length tasks
-              at varying concurrency}
-    \label{PlotMulticore}
-  \end{center}
-\end{figure*}
+%% \begin{figure*}[htbp]
+%%   \begin{center}
+%%     \includegraphics[scale=\plotscale]{plots/sleep}
+%%     \caption{System utilization for variable length tasks
+%%               at varying system size}
+%%     \label{PlotSleep}
+%%   \end{center}
+%% \end{figure*}
+%% &
+%% \begin{figure*}[htbp]
+%%   \begin{center}
+%%     \includegraphics[scale=\plotscale]{plots/multicore}
+%%     \caption{System utilization for variable length tasks
+%%               at varying concurrency}
+%%     \label{PlotMulticore}
+%%   \end{center}
+%% \end{figure*} \\
 
-\begin{figure*}[htbp]
-  \begin{center}
-    \includegraphics[scale=\plotscale]{plots/dds}
-    \caption{System utilization for variable length tasks
-              at varying concurrency}
-    \label{PlotDDS}
-  \end{center}
-\end{figure*}
+%% \begin{figure*}[htbp]
+%%   \begin{center}
+%%     \includegraphics[scale=\plotscale]{plots/dds}
+%%     \caption{System utilization for variable length tasks
+%%               at varying concurrency}
+%%     \label{PlotDDS}
+%%   \end{center}
+%% \end{figure*}
 
 \section{Related Work}
 \label{Related}




More information about the Swift-commit mailing list