DOKK / manpages / debian 10 / verilator / verilator_profcfunc.1.en
VERILATOR_PROFCFUNC(1) User Contributed Perl Documentation VERILATOR_PROFCFUNC(1)

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

  verilator --prof-cfuncs ....
  gcc --ggdb -pg ....
  {run executable}
  gprof
  verilator_profcfuncs gprof.out

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.

Displays this message and program version and exits.

The latest version is available from <http://www.veripool.org/>.

Copyright 2007-2019 by Wilson Snyder. Verilator 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.

Wilson Snyder <wsnyder@wsnyder.org>

"verilator"

2019-02-10 perl v5.28.1