Mercurial > hg > Papers > 2012 > aplas
changeset 46:f6b9b7648484
add compare
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 16 Jun 2012 04:44:41 +0900 |
parents | a737be4a6167 |
children | 28a2460b085b |
files | paper/rectype.ind |
diffstat | 1 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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