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  Verila-
       tor'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

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 Li-
       cense Version 2.0.

       SPDX-License-Identifier:	LGPL-3.0-only OR Artistic-2.0

verilator_profcfunc -		  April	2025		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+14.3.quarterly>

home | help