Cesasme: few enhancements
This commit is contained in:
parent
d44521310b
commit
1e00940f96
1 changed files with 20 additions and 2 deletions
|
@ -33,10 +33,18 @@ loop:
|
|||
\end{frame}
|
||||
|
||||
\begin{frame}{Lifting predictions}
|
||||
\begin{center}
|
||||
\textbf{Consider instead $\kerK$ = \alert{full kernel}, with its
|
||||
context\\
|
||||
$\leadsto$ \alert{multiple} basic blocks}
|
||||
\end{center}
|
||||
|
||||
\pause
|
||||
|
||||
\begin{itemize}
|
||||
\item Measure total kernel time \textbf{in context}
|
||||
\item Instrument full kernel $\kerK$: for each basic block,
|
||||
$\operatorname{occur}(\text{bb})$
|
||||
\item Measure total kernel time \textbf{in context}
|
||||
\item For each tool
|
||||
\begin{itemize}
|
||||
\item for each bb,
|
||||
|
@ -116,11 +124,17 @@ Gus & 0.00 & 20.37 & 30.59 & 0.82 & 188.04 \\
|
|||
\end{tabular}
|
||||
\end{minipage}
|
||||
\hfill\vrule\hfill
|
||||
\begin{minipage}[c]{0.43\textwidth}
|
||||
\begin{minipage}[c]{0.38\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{overall_analysis_boxplot.svg}\\
|
||||
{\small\textit{Outliers > 250\,\% trimmed}}
|
||||
\end{minipage}
|
||||
|
||||
\begin{center}
|
||||
\textbf{\alert{Severely worse} than previous evaluations!}\\
|
||||
\textbf{\hspace{0.7cm}Harness broken?\hfill{}Harder
|
||||
benchmarks?\hfill{}Previously undetected weaknesses?\hspace{0.7cm}~}
|
||||
\end{center}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
|
@ -200,5 +214,9 @@ for(c3)
|
|||
\end{columns}
|
||||
\let\full\undefined
|
||||
\let\pruned\undefined
|
||||
|
||||
\begin{center}
|
||||
\textbf{\alert{Closer to expected results}}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
|
Loading…
Reference in a new issue