Tools
trace.txt
Associated article: Using Hardware Trace for Performance Analysis
Tags: Tools
Published source code examples accompanying the article by Michael Lindahl in which he examines embedded-systems performance analysis techniques, and discusses some of their inherent limitations.
Using Hardware Trace for Performance Analysis by Michael Lindahl Listing One /* This code implements a simple bubble sort algorithm. Figure 1 shows the * output from a traditional profiling tool for this code. You can see that * roughly 28% of the time running ...


