How do I use debugger to est memory usage in Google Chrome?

0 favourites
  • 3 posts
From the Asset Store
Google Analytics 4 Plugin for Construct 3 enables metrics and analytics for your games easily.
  • Doing some game optimizations, since construct 2 says memory usage is 437 MB (which is way too big).

    My understanding is this estimate is from the largest layout in game, is there a way to determine which that one is?

    Tried to use the debugger in Google Chrome, but it is telling me that "Est image memory" is unavailable. Also gave try in Node.js, but same.

    Have looked at some of my sprite sheets and know a couple of places to start looking, but would like to understand how to use this debugger feature better.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • The debugger just shows the total image memory usage, although you could set up a mouse click event that navigates quickly through each layout and you can see the images loaded in memory per layout that way.

  • Took the first hint of looking for the offending level by deleting and then restoring.

    Had a lot of incorrectly sized (not power of 2) and far too many frame animations.

    Went from 420 MB to 275 MB!

    Need to do a little bit of realignment, but was awesome.

    Thanks so much

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)