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

Make the ScopedAllocCounter public and document it #152

Closed
gbin opened this issue Dec 13, 2024 · 0 comments · Fixed by #204
Closed

Make the ScopedAllocCounter public and document it #152

gbin opened this issue Dec 13, 2024 · 0 comments · Fixed by #204
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@gbin
Copy link
Collaborator

gbin commented Dec 13, 2024

As Copper tries to be 0 allocation end to end during the execution time we developed a simple Allocation tracer to monitor that within Copper (and to eventually inform the tasks developers if they do allocate).

But it would be useful externally to, for example for benchmarks, because it was not well exposed for a quick benchmark I had to hack it from the GLOBAL here #143

Let fix that and make it a first class member of the Copper libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant