1VERILATOR_GANTT(1)               User Commands              VERILATOR_GANTT(1)
2
3
4

NAME

6       verilator_gantt - manual page for verilator_gantt -
7

DESCRIPTION

9       usage: verilator_gantt [-h] [--debug] [--no-vcd] [--vcd VCD] filename
10
11       Create Gantt chart of multi-threaded execution.
12
13       Verilator_gantt creates a visual representation to help analyze Verila‐
14       tor  #xmultithreaded  simulation  performance,  by  showing  when  each
15       macro-task  #xstarts  and ends, and showing when each thread is busy or
16       idle.
17
18       For  documentation  see  https://verilator.org/guide/latest/exe_verila
19       tor_gantt.html
20
21   positional arguments:
22       filename
23              input profile_exec.dat filename to process
24
25   options:
26       -h, --help
27              show this help message and exit
28
29       --debug
30              enable debug
31
32       --no-vcd
33              disable creating vcd
34
35       --vcd VCD
36              filename for vcd outpue
37
39       Copyright  2018-2023  by  Wilson Snyder. This program is free software;
40       you can redistribute it and/or modify it under the terms of either  the
41       GNU  Lesser  General  Public License Version 3 or the Perl Artistic Li‐
42       cense Version 2.0.
43
44       SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
45
46
47
48verilator_gantt -               September 2023              VERILATOR_GANTT(1)
Impressum