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

FreeBSD Manual Pages

  
 
  

home | help
VERILATOR_PROFCFUNC(1)User Contributed Perl DocumentatioVERILATOR_PROFCFUNC(1)

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

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

DESCRIPTION
       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.

ARGUMENTS
       --help
	   Displays this message and program version and exits.

DISTRIBUTION
       The latest version is available from <https://verilator.org>.

       Copyright 2007-2020 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

AUTHORS
       Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO
       "verilator"

perl v5.32.1			  2020-11-25		VERILATOR_PROFCFUNC(1)

NAME | SYNOPSIS | DESCRIPTION | ARGUMENTS | DISTRIBUTION | AUTHORS | SEE ALSO

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

home | help