| |||
| Home > Examining the Target Execution Environment > Viewing the RVISS map related statistics in RealView Debugger > Viewing the statistics with CLI commands | |||
From RealView Debugger you can access the map related statistics
with the @mapfile_ symbols.symbolname
To see a list of these symbols for your model, enter the following CLI command:
reginfo,access,match:@mapfile
For example, enter the following command to list the variables for the memory region called SRAM:
> reginfo,access,match:SRAM Register @mapfile_SRAM_Address (display name "Base address") Register @mapfile_SRAM_Limit (display name "Limit address") Register @mapfile_SRAM_Width (display name "Width in bytes") Register @mapfile_SRAM_Access (display name "ReadWriteAbility") Register @mapfile_SRAM_Reads_N (display name "Non-sequential Reads") Register @mapfile_SRAM_Reads_S (display name "Sequential Reads") Register @mapfile_SRAM_Writes_N (display name "Non-sequential Writes") Register @mapfile_SRAM_Writes_S (display name "Sequential Writes") Register @mapfile_SRAM_Time_ns (display name "Time(ns)") Register @mapfile_SRAM_Time_s (display name "Time(s)") Register @mapfile_SRAM_Region_Name (display name "Region Name")
RealView Debugger Target Configuration Guide
Alphabetical command reference in the RealView Debugger Command Line Reference Guide for details of the REGINFO command
RealView ARMulator ISS User Guide.