GameMaker (2.3)
Icon

RAM Usage for Windows

Lonewolff

You must be logged in to obtain assets

Description

Now you can stop guessing how much RAM your game is using with this simple to use real-time extension. RAM is displayed in bytes to give highest possible accuracy.

Usage:

  • ram_installed() Displays amount of physical system RAM

  • ram_used() Displays amount of RAM in use (system-wide)

  • ram_available() Displays available RAM

  • ram_application() Displays the RAM used by your game

  • ram_leak_test() A basic test to determine if there is a potential leak in your game. If usage has increased ten times in a row, this function will return the bytes lost per frame.

Note: This is a Windows only extension.

Extension is 'script-less', so all functions behave as if they were built into GMS!

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2.3 - Version 1.0.0. Published October 5, 2022

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait