ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/analysis.tex
(Generate patch)

Comparing trunk/oopsePaper/analysis.tex (file contents):
Revision 697 by mmeineke, Thu Aug 14 17:24:38 2003 UTC vs.
Revision 709 by mmeineke, Thu Aug 21 21:17:52 2003 UTC

# Line 131 | Line 131 | multiple reads on the same file.  
131   multiple reads on the same file.  
132  
133   \begin{figure}
134 < \parbox{30mm}{This is where my wonderful diagram of our memory allocation scheme will go.}
135 < \caption{This diagram illustrates the dynamic memory allocation used by \texttt{dynamicProps}}
134 > \includegraphics[angle=-90,width=80mm]{dynamicPropsMem.eps}
135 > \caption{This diagram illustrates the dynamic memory allocation used by \texttt{dynamicProps}, which follows the scheme: $\sum^{N_{\text{memory blocks}}}_{i=1}[ \operatorname{self}(i) + \sum^{N_{\text{memory blocks}}}_{j>i} \operatorname{cross}(i,j)]$. The shaded region represents the self correlation of the memory block, and the open blocks are read one at a time and the cross correlations between blocks are calculated.}
136   \label{fig:dynamicPropsMemory}
137   \end{figure}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines