commit 8e143c26ad7be9f4b4242899aa64a7581e367f6a
parent e0665b6dcb4b789bc2569d3fff3d4ae09ebadcbb
Author: Bertrand BRUN <bertrand0brun@gmail.com>
Date: Thu, 20 Jan 2011 11:24:18 +0100
Ajout de la biblio (Pour les articles de citeulike cliquer sur export et choisir bibtex puis ajouter le code dans biblio.bib) et du nom de l'article pour moi (Bertrand)
Diffstat:
2 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/feuille-route/biblio.bib b/feuille-route/biblio.bib
@@ -0,0 +1,22 @@
+%% Bertrand : Source code optimization and profiling of energy consumption in embedded systems
+@inproceedings{citeulike:5700744,
+ abstract = {{This paper presents a source code optimization methodology and a profiling tool that have been developed to help designers in optimizing software performance and energy in embedded systems. Code optimizations are applied at three levels of abstraction: algorithmic, data and instruction-level. The profiler exploits a cycle-accurate energy consumption simulator [3] to relate the embedded system energy consumption and performance to the source code. Thus, it can be used for analysis (i.e., to find energy-critical sections of the code), and for validation (i.e., to assess the impact of each code optimization).Code optimizations and profiling tool are used to optimize and tune the implementation of an MPEG Layer III (MP3) audio decoder for the SmartBadge [2] portable embedded system. We show that using our methodology and tool we can quickly and easily redesign the MP3 audio decoder software to run in real time with low energy consumption. Performance increase of 92\% and energy consumption decrease of 77\% (over the original executable specification) has been achieved for MP3 audio decoding on the SmartBadge.}},
+ address = {Washington, DC, USA},
+ author = {\v{S}imuni\'{c}, Tajana and Benini, Luca and De Micheli, Giovanni and Hans, Mat},
+ booktitle = {ISSS '00: Proceedings of the 13th international symposium on System synthesis},
+ citeulike-article-id = {5700744},
+ citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=501831},
+ citeulike-linkout-1 = {http://dx.doi.org/10.1145/501790.501831},
+ doi = {10.1145/501790.501831},
+ isbn = {1080-1082},
+ keywords = {embedded, energy-consumption},
+ location = {Madrid, Spain},
+ pages = {193--198},
+ posted-at = {2009-09-01 21:05:53},
+ priority = {2},
+ publisher = {IEEE Computer Society},
+ title = {{Source code optimization and profiling of energy consumption in embedded systems}},
+ url = {http://dx.doi.org/10.1145/501790.501831},
+ year = {2000}
+}
+
diff --git a/feuille-route/feuille-route.tex b/feuille-route/feuille-route.tex
@@ -50,7 +50,7 @@
\section*{Répartition des lectures dans le groupe}
\begin{description}
\item[\textsc{Bonavero} Yoann] Nom de l'article%\ref{référence biblio}
-\item[\textsc{Brun} Bertrand] Nom de l'article%\ref{référence biblio}
+\item[\textsc{Brun} Bertrand] Source Code Optimization and Profiling of Energy Consumption in Embedded Systems \cite{citeulike:5700744}
\item[\textsc{Charron} John] Nom de l'article%\ref{référence biblio}
\item[\textsc{Dupéron} Georges] Nom de l'article%\ref{référence biblio}
\end{description}
@@ -60,7 +60,10 @@
\item[\textsc{Charron} John] Responsable de la communication
\end{description}
%% TODO : bibtex ici
-%
+
+\bibliographystyle{plain}
+\bibliography{biblio}
+
\includepdf[pages=1,angle=-90]{gantt.pdf}
\includepdf[pages=2,angle=-90]{gantt.pdf}
\includepdf[pages=3,angle=-90]{gantt.pdf}