Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements extool's memory profiler #9051

Merged

Conversation

skull132
Copy link
Contributor

@skull132 skull132 commented Jun 6, 2020

This adds a new admin verb that will allow us to dump a lot of memory information about the current game. The data shown is basically a type-based count of every datum ingame. Including instance counts. This will allow us to locate which types get created and accrue over time, which types we have the most of, etc.

@BotBOREALIS BotBOREALIS added Waiting Period The PR has the required number of reviews, but is still in the waiting period Awaiting Merge and removed Review Required Waiting Period The PR has the required number of reviews, but is still in the waiting period labels Jun 7, 2020
@NonQueueingMatt NonQueueingMatt merged commit da362ec into Aurorastation:master Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants