-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Document how to use memory profiling #8417
Comments
hello @alice-i-cecile , I am interested in contributing to the Beavy project on GitHub. Before I proceed, I would like to confirm with you if the issue is still open and available for contributions. Additionally, I would appreciate any suggestions or feedback you may have to help me get started with creating the document. |
Great :) This is still available. In order to turn this on, you need to enable the cargo feature added here when running your app. This is the file we should be modifying: https://github.com/bevyengine/bevy/blob/main/docs/profiling.md :) Try your best to get |
@mockersf I've just tried using your Tracy memory profiling feature on a MacBook in order to update the docs for this issue. When trying it out, the Zone Info tab in Tracy shows something similar to your PR: However, the Memory tab is missing function names for the call stacks: (Screenshots unhelpfully and somewhat irrationally truncated to not include my full name.) Is this something that you would expect to work, or should I add a note in the docs that this isn't supported? |
probably not supported for now! |
# Objective Document how to use Tracy memory profiling. Fixes #8417. ## Solution Expand Tracy documentation in profiling.md. ## Testing New documentation tested manually; no code changes made.
Originally posted by @hymm in #8272 (review)
We should also encourage users to keep this off when profiling except when explicitly needed due to the high overhead.
The text was updated successfully, but these errors were encountered: