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

Memory usage is not reported anywhere #357

Open
mihe opened this issue May 18, 2023 · 0 comments
Open

Memory usage is not reported anywhere #357

mihe opened this issue May 18, 2023 · 0 comments
Labels
enhancement New feature or request topic:runtime Concerning runtime behavior (or its source code)

Comments

@mihe
Copy link
Contributor

mihe commented May 18, 2023

Due to Jolt needing aligned allocations we are currently unable to use the default allocators that godot-cpp provides. This also means that Godot is unaware of any memory that gets allocated by Jolt or Godot Jolt and as such doesn't reflect it in its performance monitors.

One way to alleviate this is by adding custom performance monitors that track the memory used by Jolt.

There's a great example of this in the FMOD for Godot extension.

@mihe mihe added enhancement New feature or request topic:runtime Concerning runtime behavior (or its source code) labels May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic:runtime Concerning runtime behavior (or its source code)
Projects
Status: Tentative
Development

No branches or pull requests

1 participant