Posts

How to trace memory usage by Tabris.js app using Chrome DevTools.
Since Tabris.js Android uses Google V8 as its JavaScript engine, this benefits developers to use Chrome DevTools features to debug source code, profile CPU, and memory usage of the JavaScript VM.
Enable…