Technical data

profile option
ModelSim EE/SE Command Reference ModelSim Commands CR-119
profile option
The profile option command allows various profiling options to be changed.
Syntax
profile option
[collapse_sections] [raw_data]
Arguments
collapse_sections
By default all profiling data is reported on a per line basis. This option allows you
to group the data by section. A section consists of regions of code such as VHDL
processes, functions or Verilog always blocks.
By specifying this option the current setting is toggled. The default is to not
collapse sections.
Note: This option must be specified before the run command (CR-139) is executed.
raw_data
By default all profiling results are reported on a percentage basis. This option allows
reporting based on the raw number of samples that occurred in a line or a section.
By specifying this option the current setting is toggled. The default is to display
results as percentages.
See also
profile interval command
(CR-116), profile interval command (CR-116), profile
off command
(CR-117), profile on command (CR-118), profile report command
(CR-120)
Note: Profiling must be active when this command is invoked. Use the profile on command (CR-118) to
begin profiling.