# HG changeset patch # User Nobuyasu Oshiro # Date 1339789481 -32400 # Node ID f6b9b764848473f777708961583a9794047b59fc # Parent a737be4a6167de7f4647cf646241ee2eac1b4070 add compare diff -r a737be4a6167 -r f6b9b7648484 paper/rectype.ind --- a/paper/rectype.ind Sat Jun 16 04:10:30 2012 +0900 +++ b/paper/rectype.ind Sat Jun 16 04:44:41 2012 +0900 @@ -338,6 +338,36 @@ Here is the result. + + + +\begin{table}[htpb] +\centering +\small +\begin{tabular}{|l|r|r|r|} \hline +& ./conv1 1 & ./conv1 2 & ./conv1 3 \\ \hline +GCC-4.4.3(-O2) & 3.096 & 1.092 & 1.632 \\ \hline +GCC-4.6.0(-O2) & 1.656 & 1.101 & 1.086 \\ \hline +\end{tabular} +\caption{GCC bench mark O2 option(in sec)} +\label{tab:compareO2option} +\end{table} + +\begin{table}[htpb] +\centering +\small +\begin{tabular}{|l|r|r|r|} \hline +& ./conv1 1 & ./conv1 2 & ./conv1 3 \\ \hline +GCC-4.4.3(-O3) & 1.642 & 0.247 & 1.104 \\ \hline +GCC-4.6.0(-O3) & 1.674 & 0.280 & 1.127 \\ \hline +\end{tabular} +\caption{GCC bench mark O3 option(in sec)} +\label{tab:compareO3option} +\end{table} + + + + --Conclusion