[pypy-commit] extradoc extradoc: ~add a pie chart to the appendix showing the distribution of operations before and after optimization (hmmmm pie)

bivab noreply at buildbot.pypy.org
Mon Aug 6 12:06:51 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4430:b0c46f01977c
Date: 2012-08-06 12:06 +0200
http://bitbucket.org/pypy/extradoc/changeset/b0c46f01977c/

Log:	~add a pie chart to the appendix showing the distribution of
	operations before and after optimization (hmmmm pie)

diff --git a/talk/vmil2012/figures/ops_pie.pdf b/talk/vmil2012/figures/ops_pie.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..0594d71ce62dd643787c08966caad055dd096487
GIT binary patch

[cut]

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -730,6 +730,12 @@
     different benchmarks}
     \label{fig:ops_count}
 \end{figure*}
+\begin{figure*}
+\centering
+\includegraphics[width=\textwidth]{figures/ops_pie.pdf}
+\caption{Relative frequency of operations before and after optimization}
+\label{fig:ops_pie}
+\end{figure*}
 \bibliographystyle{abbrv}
 \bibliography{zotero,paper}
 \listoftodos


More information about the pypy-commit mailing list