I'm trying to get to the bottom of the performance issues i'm experiencing with NWjs. I'm wondering if there's any debug mode or console that shows me real time performance data?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
It depends on what you need. If you are happy with chrome/chromium's developer tools (for example for memory monitoring) you can use them with nw.js too.
Here's a little explanation on how to get them:
https://github.com/nwjs/nw.js/wiki/debu ... h-devtools
If you are looking for something like the Unity profiler for in-depth rendering analysis, I don't have an answer.