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

feat: add support for wrapping the allocator with tracy #10874

Merged
merged 5 commits into from
Sep 13, 2024

Conversation

DaniPopes
Copy link
Member

Useful for profiling memory usage w/ backtraces at allocation and deallocation of every object.

New deps in Cargo.lock are unreachable because of cfg(loom).

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, lgtm pending @Rjected

Copy link
Member

@emhane emhane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@DaniPopes
Copy link
Member Author

Example:
image

Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, lgtm

@DaniPopes DaniPopes added this pull request to the merge queue Sep 13, 2024
Merged via the queue into main with commit 87e5e09 Sep 13, 2024
35 checks passed
@DaniPopes DaniPopes deleted the dani/tracy-allocator branch September 13, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants