Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
VERILATOR_PROFCFUNC(1)		  User Commands 	  VERILATOR_PROFCFUNC(1)

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

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

     Read gprof report created with Verilator --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_verila-
     tor_profcfunc.html

   positional arguments:
     filename
	    input gprof output to process

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

     --debug
	    enable debug

     This program is free software; you can redistribute it and/or modify it un-
     der  the terms of either the GNU Lesser General Public License Version 3 or
     the Perl Artistic License Version 2.0.

     SPDX-FileCopyrightText: 2002-2026	Wilson	Snyder	SPDX-License-Identifier:
     LGPL-3.0-only OR Artistic-2.0

verilator_profcfunc -		   August 2026		  VERILATOR_PROFCFUNC(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=verilator_profcfunc&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help