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

Simplify memory profile #248

Open
2 tasks
brendanheywood opened this issue Jun 15, 2022 · 0 comments
Open
2 tasks

Simplify memory profile #248

brendanheywood opened this issue Jun 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@brendanheywood
Copy link
Contributor

Some profiles have a huge number of memory data points in the graph:

image

Thinking in a similar way to how we consolidate flamelets we could also reduce the amount of stored info here, both in memory as it is being collected and when persisted.

  • First round it to some good enough precision. Probably a significant figures is better than a fixed precision
  • If we have multiple adjacent memory items which are the same then just drop the later ones as they are redundant
@brendanheywood brendanheywood added the enhancement New feature or request label Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant