% avrora -help trip-time
Avrora [Beta 1.6.0] - (c) 2003-2005 UCLA Compilers Group
Usage: avrora [-action=action] [options]
Usage: avrora -help [category]
MONITOR OVERVIEW
The "trip-time" monitor records profiling information about the program
that consists of the time it takes (on average) to reach one point from
another point in the program.
OPTIONS
Help for the options accepted by this monitor is below.
-distribution: boolean = false
This option, when specified, causes the trip time monitor to
print a complete distribution of the trip times for each pair
of program points. WARNING: this option can consume large
amounts of memory and generate a large amount of output.
-from: list = (null)
The "from" option specifies the list of program points for
which to measure to every other instruction in the program.
-pairs: list = (null)
The "pairs" option specifies the list of program point pairs
for which to measure the point-to-point trip time.
-to: list = (null)
The "from" option specifies the list of program points for
which to measure from every other instruction in the program.
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.
|