If you do setTimeout(this.printMem, 0); or setTimeout(this.printMem, 1);, does the memory also drop the same amount?
In which case it might not as large a time required as shown?
Also, could you provide a complete example, I am curious to test it myself.
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.
If you do
setTimeout(this.printMem, 0);
orsetTimeout(this.printMem, 1);
, does the memory also drop the same amount?In which case it might not as large a time required as shown?
Also, could you provide a complete example, I am curious to test it myself.