logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

   positionalarguments:
       filename
              input gprof output to process

   options:-h, --help
              show this help message and exit

       --debug
              enable debug

Name

       verilator_profcfunc - Read gprof report created with --prof-cfuncs.

See Also