Bladeren bron

Fixed table alignment.

Taddeus Kroes 14 jaren geleden
bovenliggende
commit
0b972e6cfb
1 gewijzigde bestanden met toevoegingen van 8 en 8 verwijderingen
  1. 8 8
      report/report.tex

+ 8 - 8
report/report.tex

@@ -427,17 +427,17 @@ We have executed the optimizer on each of the benchmark files and compared the
 number of execution cycles of the optimized versions vs. the original versions.
 The results are displayed in the following table: \\
 \\
-\begin{tabular}{|c|c|c|c|c|c|}
+\begin{tabular}{|l|l|l|l|l|l|}
 \hline
 Benchmark & Original     & Removed      & Original & Optimized & Performance \\
-          & Instructions & instructions & cycles   & cycles    & boost(cycles) \\
+          & Instructions & instructions & cycles   & cycles    & boost       \\
 \hline
-pi        &           94 &            2 &  1714468 &   1714260 &      0.012\% \\
-acron     &          361 &           24 &  4435687 &   4314540 &      2.73\% \\
-dhrystone &          752 &           49 &  2887710 &   2852653 &      1.21\% \\
-whet      &          935 &           33 &  2864526 &   2828487 &      1.26\% \\
-slalom    &         4177 &          226 &  2879140 &   2870375 &      0.304\% \\
-clinpack  &         3523 &          231 &  1543746 &   1457479 &      5.59\% \\
+pi        &           94 &            2 &  1714468 &   1714260 &    0.012 \% \\
+acron     &          361 &           24 &  4435687 &   4314540 &     2.73 \% \\
+dhrystone &          752 &           49 &  2887710 &   2852653 &     1.21 \% \\
+whet      &          935 &           33 &  2864526 &   2828487 &     1.26 \% \\
+slalom    &         4177 &          226 &  2879140 &   2870375 &    0.304 \% \\
+clinpack  &         3523 &          231 &  1543746 &   1457479 &     5.59 \% \\
 \hline
 \end{tabular}