Man page - verilator_profcfunc(1)
Packages contains this manual
Manual
VERILATOR_PROFCFUNC
NAMEDESCRIPTION
positional arguments:
options:
COPYRIGHT
NAME
verilator_profcfunc - Read gprof report created with --prof-cfuncs.
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
COPYRIGHT
Copyright 2002-2025 by Wilson Snyder. This program is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0