Energy-Monitoring Tool for Low-Power Embedded Programs

  • Authors:
  • Dongkun Shin;Hojun Shim;Yongsoo Joo;Han-Saem Yun;Jihong Kim;Naehyuck Chang

  • Affiliations:
  • -;-;-;-;-;-

  • Venue:
  • IEEE Design & Test
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Designing cost sensitive embedded products such as cellular phones and portable media players requires maximizing a platform's performance while minimizing energy use. For example, iftwo software implementations of an MPEG-4 decoder perform quite differently on the same target platform, clearly the more efficient version will result in a more cost-effective product.Developing efficient embedded software requires a wide range of knowledge and skills. Programmersmust have a good understanding not only of the target algorithms and target processor's intricacies, but also of a program's overall performance behavior. For example, if a program execution incurs extra performance overheads from resource conflicts, such as conflict cachemisses, programmers should identify and eliminate the problems for maximum performance. In addition, programmers should be able to remove hot spots that could degrade a program's overall perfomance.