foxyfox Posted July 27, 2018 Share Posted July 27, 2018 I'm trying to find the TOTAL memory used by my game (everything from code to textures). Currently I'm using Chrome Task Manager > Javascript memory as my guide. For example if it says (25,000K live), I am assuming that my game is using around 25Mb memory. Is my assumption correct? Does this number represent everything in my game (including textures, audio, etc)? Thanks! Link to comment Share on other sites More sharing options...
samme Posted July 27, 2018 Share Posted July 27, 2018 Sounds like a good assumption. You can try running the Chrome profiler as well and compare. foxyfox 1 Link to comment Share on other sites More sharing options...
foxyfox Posted July 27, 2018 Author Share Posted July 27, 2018 Thanks for the answer, Samme! Link to comment Share on other sites More sharing options...
Recommended Posts