RAM usage of program and when running

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

RAM usage of program and when running

589件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tyassin on Wed Aug 28 03:11:03 MST 2013
Hi,

Is it possible to see the RAM usage of ones program and also to see how much is used when it is running?

Regards
0 件の賞賛
返信
2 返答(返信)

575件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by usb10185 on Wed Aug 28 07:01:52 MST 2013
Hi,

Check out this thread as well: http://www.lpcware.com/content/forum/stack-and-heap-allocation-checking-lpc1114
There is an example in the installation directory for monitor the stack usage.

Cheers,
Ken
0 件の賞賛
返信

575件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Wed Aug 28 04:22:10 MST 2013
This may help:
http://support.code-red-tech.com/CodeRedWiki/redlib_v2_notes#Heap

Note that the heap only grows and never shrinks, so you will only be able to find the maximum size of your heap
0 件の賞賛
返信