Application Profiling (cont’d)
- Similarly...
- Which modules take the most memory?
- They’re the best candidates for memory optimization
- Which modules are the most power-consuming?
- They’re the best candidates for power consumption optimization
- Generally the same modules that take most time use the most power
- In a system with both a microcontroller and a DSP processor, a task may execute on either processor
- Depending on which is faster, takes less memory, or less power