.\"Text automatically generated by txt2man .TH VERILATOR_PROFCFUNC 1 "2010-04-09" "perl v5.10.1" "User Contributed Perl Documentation" .SH NAME \fBverilator_profcfunc \fP- Read gprof report created with \fB\-\-profile\-cfuncs\fP \fB .SH SYNOPSIS .nf .fam C \fBverilator\fP \fB\-\-profile-cfuncs\fP \.\.\.. \fBgcc\fP \fB\-\-ggdb\fP \fB-pg\fP \.\.\.. {run executable} \fBgprof\fP \fBverilator_profcfuncs\fP gprof.out .fam T .fi .fam T .fi .SH DESCRIPTION Verilator_profcfunc reads a profile report created by \fBgprof\fP. The names of the functions are then transformed, assuming the user used \fBverilator\fP's \fB\-\-profile-cfuncs\fP, and a report printed showing the percentage of time, etc, in each Verilog block. .SH ARGUMENTS \fB\-\-help\fP Displays this message and program version and exits. .SH DISTRIBUTION The latest version is available from . .PP Copyright 2007-2010 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. .SH AUTHORS .PP Wilson Snyder .SH SEE ALSO .PP .BR verilator (1)