There are a few use cases which are error prone and hard to debug at the same time in an ambedded software project.
- Start up of complex applications
- Applications with many threads
- Complex C++ Code
Invader deals with all these problems and is probably unique in that perspective.
Invader hooks on to your application and measures heap consumption, detecting memory leaks and analyses the usage pattern of your memory
allocation - deallocation strategy. The latter will help you optimizing your performance. Memory leaks detection will help you
stabilizing your product. You will be amazed how much you learn about your own software by having invader analysing it.
<<<< previous page | next page >>>>