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

table improvement: add allocation measurements #780

Open
1 task
juliasloan25 opened this issue May 13, 2024 · 0 comments
Open
1 task

table improvement: add allocation measurements #780

juliasloan25 opened this issue May 13, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request 🍃 leaf Issue coupled to a PR

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented May 13, 2024

The coupler summary table currently measures the max RSS of each run. This tells us about the memory footprint of the simulation at the end of the simulation, but it doesn't tell us about allocations specifically. To get allocation information, we should use @allocated or @time on one step of the simulation, and output that to the table as well.

  • update README to reflect new metrics
@juliasloan25 juliasloan25 added enhancement New feature or request 🍃 leaf Issue coupled to a PR labels May 13, 2024
@juliasloan25 juliasloan25 self-assigned this May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🍃 leaf Issue coupled to a PR
Projects
None yet
Development

No branches or pull requests

1 participant