From f12cad61ae7a1255179cde701aef6602329404bf Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 11 May 2004 19:13:05 -0700 Subject: [PATCH] added more charts darcs-hash:20040512021305-5007d-3dc841e2535377a260b459e78ff292bc6e7fa44e.gz --- doc/charts/chart10.gnuplot | 2 +- doc/ivme04.tex | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/charts/chart10.gnuplot b/doc/charts/chart10.gnuplot index bfecc77..68ea416 100644 --- a/doc/charts/chart10.gnuplot +++ b/doc/charts/chart10.gnuplot @@ -11,7 +11,7 @@ set xtics (\ "TABLE\nSWITCH" 5.2, "Combined" 6.4, \ "Binary\n-to-\nBinary" 7.6) -set title "Effects of Optimizatins on Binary-to-Souce and Binary-to-Binary Compilers" +set title "Effects of Optimizations on Binary-to-Souce and Binary-to-Binary Compilers" set ylabel "Seconds" set grid #set label "59" at 2.15, 69 diff --git a/doc/ivme04.tex b/doc/ivme04.tex index 0115c51..c9ea61d 100644 --- a/doc/ivme04.tex +++ b/doc/ivme04.tex @@ -978,6 +978,13 @@ source-to-MIPS compiler: \end{itemize} +The following chart quantifies the performance gain conferred by each +of the major optimizations outlined in this section: + +\epsfig{file=charts/chart10,width=3in} + + + \subsection{Overall Performance} All times are measured in seconds. All tests were performed on a dual @@ -1062,6 +1069,9 @@ for checking the ``cpu time'' of a process. Unfortunately we had to substitute wall-clock time on an otherwise-quiescent machine as an approximation. +\epsfig{file=charts/chart11,width=3in} + + \section{Conclusion} -- 1.7.10.4