Hi,
At the moment all the info I have is in the Performance page.
I think to sum it up:
You can always look at the result of trace() to get an idea of where your memory is going.
trace()
Can't think of much else right now... But if you post up your code then I might notice some way you could save space?
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
At the moment all the info I have is in the Performance page.
I think to sum it up:
You can always look at the result of
trace()
to get an idea of where your memory is going.Can't think of much else right now... But if you post up your code then I might notice some way you could save space?