1VERILATOR_PROFCFUNC(1) User Commands VERILATOR_PROFCFUNC(1)
2
3
4
6 verilator_profcfunc - manual page for verilator_profcfunc -
7
9 usage: verilator_profcfunc [-h] [--debug] filename
10
11 Read gprof report created with --prof-cfuncs.
12
13 Verilator_profcfunc reads a profile report created by gprof. The names
14 of the functions are then transformed, assuming the user used Verila‐
15 tor's --prof-cfuncs, and a report printed showing the percentage of
16 time, etc, in each Verilog block.
17
18 For documentation see https://verilator.org/guide/latest/exe_verila‐
19 tor_profcfunc.html
20
21 positional arguments:
22 filename
23 input gprof output to process
24
25 options:
26 -h, --help
27 show this help message and exit
28
29 --debug
30 enable debug
31
33 Copyright 2002-2023 by Wilson Snyder. This program is free software;
34 you can redistribute it and/or modify it under the terms of either the
35 GNU Lesser General Public License Version 3 or the Perl Artistic Li‐
36 cense Version 2.0.
37
38 SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
39
40
41
42verilator_profcfunc - September 2023 VERILATOR_PROFCFUNC(1)