Technical data

profile report
CR-120 ModelSim Commands ModelSim EE/SE Command Reference
profile report
The profile report command is used to produce a textual output of the profiling
statistics that have been gathered up to this point. (The View > Other >
Hierarchical Profile and View > Other > Ranked Profile menu picks allow you
to view this data more interactively.)
Syntax
profile report
[ -hierarchical | -ranked ] [ -file <filename> ] [ -cutoff
<percentage> ]
Arguments
-hierarchical
Report a hierarchical listing (Default). Optional.
-ranked
Report a ranked listing. Optional.
-file <filename>
Specifies a file name for the report. Optional. Default is to write report to the Transcript
Window.
-cutoff <percentage>
Filter entries in the report that had less than <percentage> of time spent in them. Optional.
Default is report all entries (i.e. 0%).
See also
profile interval command
(CR-116), profile interval command (CR-116), profile
off command
(CR-117), profile on command (CR-118), profile option command
(CR-119)
Note: Profiling must be active when this command is invoked. Use the profile on command (CR-118) to
begin profiling.