|
From: Janne H. <ja...@hy...> - 2006-10-04 16:16:16
|
Hi all, We do embedded development and have generally very limited amount of stack space available (4-8KB or so). Is it somehow possible to use valgrind to track how many bytes of stack is used during the execution of an application? Just getting the peak usage is enough for us. I remember trying to do it with massif, but IIRC I couldn't get fine-grained enough results out of it. Is this possible out of the box or should I look into patching say massif myself? If patching is the only option, what would be the best place to start? Thank you so much for valgrind! Janne |