1VERILATOR_PROFCFUNC(1)User Contributed Perl DocumentationVERILATOR_PROFCFUNC(1)
2
3
4
6 verilator_profcfunc - Read gprof report created with --profile-cfuncs
7
9 verilator --profile-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 --profile-cfuncs, and a report printed showing the
19 percentage 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 <http://www.veripool.org/>.
27
28 Copyright 2007-2018 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
34 Wilson Snyder <wsnyder@wsnyder.org>
35
37 "verilator"
38
39
40
41perl v5.28.1 2018-03-11 VERILATOR_PROFCFUNC(1)