Skip to content
Snippets Groups Projects
Commit 0b972e6c authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Fixed table alignment.

parent bd8913da
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment