Re: [JS-internals] An easy way to get the heap memory usage?

2015-02-18 Thread Nicholas Nethercote
On Wed, Feb 18, 2015 at 6:09 PM, obastemur wrote: > Some hours ago, we've released jxcore on github (a nodejs distro with > SpiderMonkey) (https://github.com/jxcore/jxcore).. > > Thanks for this great JavaScript engine though! > > Showing the heap memory usage from underlying engine is one of the

[JS-internals] An easy way to get the heap memory usage?

2015-02-18 Thread obastemur
Some hours ago, we've released jxcore on github (a nodejs distro with SpiderMonkey) (https://github.com/jxcore/jxcore).. Thanks for this great JavaScript engine though! Showing the heap memory usage from underlying engine is one of the very few things left I'm trying to do with SpiderMonkey. I