Lukas' second improvements

This commit is contained in:
2022-08-10 20:08:20 +02:00
parent 27ec50fab7
commit 0036aebb62
7 changed files with 27 additions and 18 deletions

View File

@@ -60,12 +60,14 @@ DRAMSys also provides the so-called \textit{Trace Analyzer}, a graphical tool th
An exemplary trace database, visualized in the Trace Analyzer, is shown in Figure \ref{fig:traceanalyzer}.
Furthermore, the Trace Analyzer is capable of calculating numerous metrics and creating plots of interesting characteristics.
\begin{landscape}
\begin{figure}
\begin{center}
\includegraphics[width=\linewidth]{img/traceanalyzer.pdf}
\includegraphics[width=\linewidth]{img/traceanalyzer.png}
\caption[Exemplary visualization of a trace database in the Trace Analyzer.]{Exemplary visualization of a trace database in the Trace Analyzer. The used DRAM consists of one rank and eight bank groups with two banks each.}
\label{fig:traceanalyzer}
\end{center}
\end{figure}
\end{landscape}
In Section \ref{sec:implementation} of this thesis, a new simulation frontend for DRAMSys will be developed.