International Journal of Embedded Systems and Applications (IJESA) Vol.1, No.2, December 2011 A SURVEY OF EMBEDDED SOFTWARE PROFILING METHODOLOGIES Rajendra Patel1 and Arvind Rajawat 2 1,2 Department of Electronics and Communication Engineering, Maulana Azad National Institute of Technology, Bhopal, India 1
[email protected] [email protected] 2 ABSTRACT Embedded Systems combine one or more processor cores with dedicated logic running on an ASIC or FPGA to meet design goals at reasonable cost. It is achieved by profiling the application with variety of aspects like performance, memory usage, cache hit versus cache miss, energy consumption, etc. Out of these, performance estimation is more important than others. With ever increasing system complexities, it becomes quite necessary to carry out performance estimation of embedded software implemented in a particular processor for fast design space exploration. Such profiled data also guides the designer how to partition the system for Hardware (HW) and Software (SW) environments. In this paper, we propose a classification for currently available Embedded Software Profiling Tools, and we present different academic and industrial approaches in this context. Based on these observations, it will be easy to identify such common principles and needs which are required for a true Software Profiling Tool for a particular application. KEYWORDS Profiling, Embedded, Software, Performance, Methodology 1. INTRODUCTION In the design of embedded systems, design space exploration is performed to satisfy the application requirements. This can be achieved either by different architectural choices or by appropriate task partitioning. At the end the synthesis process generates the final solution with proper combination of Software, Hardware and Communication Structures.