VS Code Extension for Renesas Memory Usage ViewRenesas Memory Usage View is designed to help the users to analyze memory regions in detail, providing the size, used portion, and remaining space. Once the data is collected, the tool visualizes the memory layout using a sunburst chart, making it easy to understand memory usage across different regions and hierarchical levels. Its intuitive interface helps users monitor performance, identify unusually large allocations, and optimize memory usage efficiently. This extension can be used along with "Renesas Build Utilities" or independently. Additional dependencies needed: None To use this exention in VSCode it is necessary to have an already built project and generated MAP file or binary file (ABS/ELF). The information about sections and memory is obtained from the map file, binary file, linker script, or device memory files, depending on the toolchain being used. After installation, this extension can be accessed from the Activity Bar in VSCode. Actions:
Note: (*) Any manual input provided by the user is solely their responsibility. For information on how to use the Renesas VS Code plugins, please visit here. |