% avrora -help memory
Avrora [Beta 1.6.0] - (c) 2003-2005 UCLA Compilers Group
Usage: avrora [-action=action] [options]
Usage: avrora -help [category]
MONITOR OVERVIEW
The "memory" monitor collects information about the memory usage
statistics of the program, including the number of reads and writes to every
byte of data memory.
OPTIONS
Help for the options accepted by this monitor is below.
-locations: list = (null)
This option, when set, specifies a list of memory locations to
instrument. When this option is not specified, the monitor
will instrument all reads and writes to memory.
-low-addresses: boolean = false
When this option is enabled, the memory monitor will be
inserted for lower addresses, recording reads and writes to
the general purpose registers on the AVR and also IO registers
through direct and indirect memory reads and writes.
For more information, see the online documentation at
http://compilers.cs.ucla.edu/avrora
To report bugs or seek help, consult the Avrora mailing list:
http://lists.ucla.edu/cgi-bin/mailman/listinfo/avrora
Please include the version number [Beta 1.6.0] when posting to the list.
|