1VERILATOR_PROFCFUNC(1)User Contributed Perl DocumentationVERILATOR_PROFCFUNC(1)
2
3
4

NAME

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

SYNOPSIS

9         verilator --prof-cfuncs ....
10         gcc --ggdb -pg ....
11         {run executable}
12         gprof
13         verilator_profcfuncs gprof.out
14

DESCRIPTION

16       Verilator_profcfunc reads a profile report created by gprof.  The names
17       of the functions are then transformed, assuming the user used
18       Verilator's --prof-cfuncs, and a report printed showing the percentage
19       of time, etc, in each Verilog block.
20

ARGUMENTS

22       --help
23           Displays this message and program version and exits.
24

DISTRIBUTION

26       The latest version is available from <https://verilator.org>.
27
28       Copyright 2007-2020 by Wilson Snyder. This program is free software;
29       you can redistribute it and/or modify it under the terms of either the
30       GNU Lesser General Public License Version 3 or the Perl Artistic
31       License Version 2.0.
32
33       SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
34

AUTHORS

36       Wilson Snyder <wsnyder@wsnyder.org>
37

SEE ALSO

39       "verilator"
40
41
42
43perl v5.32.0                      2020-07-29            VERILATOR_PROFCFUNC(1)
Impressum