Re: [PATCH 7/9] dm: core: Add a way to collect memory usage

2022-06-28 Thread Simon Glass
Add a function for collecting the amount of memory used by driver model, including devices, uclasses and attached data and tags. This information can provide insights into how to reduce the memory required by driver model. Future work may look at execution speed also. Signed-off-by: Simon Glass

[PATCH 7/9] dm: core: Add a way to collect memory usage

2022-05-08 Thread Simon Glass
Add a function for collecting the amount of memory used by driver model, including devices, uclasses and attached data and tags. This information can provide insights into how to reduce the memory required by driver model. Future work may look at execution speed also. Signed-off-by: Simon Glass