On Fri, Dec 19, 2014 at 2:05 AM, Alon Zakai <[email protected]> wrote:
>
> On Thu, Dec 18, 2014 at 2:00 AM, Warren Seine <[email protected]>
> wrote:
>>
>>
>>    - What's the best technique for memory profiling in JavaScript when
>>    using asm.js? Can --profiling help profiling memory if the memory
>>    array is preallocated?
>>
>>
> juj has a memory profiling tool, I don't remember where it is though.
>

The tool from juj doesn't work under asm.js ... however, my memory tracing
tools which are part of emscripten (the UI isn't, but is linked from the
docs), should work with asm.js and are documented in the emscripten docs.
See the --tracing option to emcc.

 - Bruce

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to