Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Understanding memory usage reported internally by CoreNEURON #851

Open
iomaganaris opened this issue Aug 24, 2022 · 0 comments
Open

Understanding memory usage reported internally by CoreNEURON #851

iomaganaris opened this issue Aug 24, 2022 · 0 comments
Assignees
Labels
improvement Improvement over existing implementation

Comments

@iomaganaris
Copy link
Contributor

Using ARM DDT it's possible to get a detailed report on the memory being allocated in the application using the Memory Usage tool (source: ARM DDT Documentation).
Using this tool we can validate whether the memory footprint reported by

size_t model_size(bool detailed_report) {
and https://github.com/BlueBrain/CoreNeuron/blob/master/coreneuron/io/mech_report.cpp#L19 is accurate and taking into consideration all aspects of the CoreNEURON data structures.

@iomaganaris iomaganaris added the improvement Improvement over existing implementation label Aug 24, 2022
@iomaganaris iomaganaris self-assigned this Aug 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
improvement Improvement over existing implementation
Projects
None yet
Development

No branches or pull requests

1 participant