1VERILATOR_PROFCFUNC(1)User Contributed Perl DocumentationVERILATOR_PROFCFUNC(1)
2
3
4
6 verilator_profcfunc - Read gprof report created with --prof-cfuncs
7
9 verilator --prof-cfuncs ....
10 gcc --ggdb -pg ....
11 {run executable}
12 gprof
13 verilator_profcfuncs gprof.out
14
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
22 --help
23 Displays this message and program version and exits.
24
26 The latest version is available from <https://verilator.org>.
27
28 Copyright 2007-2021 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
36 Wilson Snyder <wsnyder@wsnyder.org>
37
39 "verilator"
40
41
42
43perl v5.34.0 2021-07-23 VERILATOR_PROFCFUNC(1)