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.  Verilator is free software; you
29       can redistribute it and/or modify it under the terms of either the GNU
30       Lesser General Public License Version 3 or the Perl Artistic License
31       Version 2.0.
32

AUTHORS

34       Wilson Snyder <wsnyder@wsnyder.org>
35

SEE ALSO

37       "verilator"
38
39
40
41perl v5.30.1                      2020-02-16            VERILATOR_PROFCFUNC(1)
Impressum