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

Add memory heat map #52

Open
duncanamps opened this issue Sep 26, 2024 · 0 comments
Open

Add memory heat map #52

duncanamps opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@duncanamps
Copy link
Owner

Add heat map feature to count reads and writes to the different areas of memory. This should be a feature which can be enabled or disabled for performance. Typical benefits would be:

  • See which elements of code get the most use and therefore the greatest beneficiaries from optimisation
  • See if code is not being executed
  • Monitor if program code is being overwritten by faulty software
  • See if something is getting stuck in a loop and where it's happening
  • Check how much of the stack is actually getting used in practice
@duncanamps duncanamps added the enhancement New feature or request label Sep 26, 2024
@duncanamps duncanamps added this to the V0.1 milestone Sep 26, 2024
@duncanamps duncanamps self-assigned this Sep 26, 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
Projects
None yet
Development

No branches or pull requests

1 participant