Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

verilator_profcfunc - Man Page

manual page for verilator_profcfunc -

Description

usage: verilator_profcfunc [-h] [--debug] filename

Read gprof report created with --prof-cfuncs.

Verilator_profcfunc reads a profile report created by gprof.  The names of the functions are then transformed, assuming the user used Verilator's --prof-cfuncs, and a report printed showing the percentage of time, etc, in each Verilog block.

For documentation see https://verilator.org/guide/latest/exe_verilator_profcfunc.html

positional arguments

filename

input gprof output to process

options

-h,  --help

show this help message and exit

--debug

enable debug

Info

July 2024 verilator_profcfunc -