| |||
| Home > Examining the Target Execution Environment > Viewing statistics for RVISS targets > Accessing additional processor-specific statistics | |||
If you set Counters=True in the default.ami file,
then additional processor-specific statistics are available, such
as cache hits and misses. You can access these statistics as follows:
Enter the STATS command to see the RVISS statistics values, which are displayed in the Cmd tab of the Output view by default. You can also use the JOURNAL command to save the output to a log file, for example:
journal on=RVISS_stats.logstats journal off
Access the @stats_ symbols
using the CEXPRESSION, FPRINTF, PRINTF,
and PRINTVALUE CLI commands, or within a user-defined
macro. To get a complete list of the statistics symbols, including
the additional processor-specific statistics, enter the following
CLI command:symbolname
reginfo,access,match:@stats
Display the CycleCount tab in the Registers view.
the following in the RealView Debugger Command Line Reference Guide:
Alphabetical command reference for details of the CEXPRESSION, FPRINTF, JOURNAL, PRINTF, PRINTVALUE, REGINFO, and STATS commands.
RealView ARMulator ISS User Guide.