Any tips for memory profiling NETMF 4.3?

Hi,
I am hitting the limit on memory on the cerb40.
Does anyone have an memory profiling tips (I assume there are no tools?)
Thanks

Generally speaking, no. But Flash or ram? NETMF or TinyCLR?

RAM on NETMF 4.3

Ive put
Debug.GC(false)
All over the code to see the free RAM which works but is a bit annoying…

I was hoping there were better ways! :slight_smile:

Found a better way (for speed profiling!):wink: