logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

verilator_gantt - Create Gantt chart of multi-threaded execution.

Description

       usage: verilator_gantt [-h] [--debug] [--no-vcd] [--vcd VCD] filename

       Create Gantt chart of multi-threaded execution.

       Verilator_gantt  creates  a  visual  representation  to help analyze Verilator #xmultithreaded simulation
       performance, by showing when each macro-task #xstarts and ends, and showing when each thread is  busy  or
       idle.

       For documentation see https://verilator.org/guide/latest/exe_verilator_gantt.html

   positionalarguments:
       filename
              input profile_exec.dat filename to process

   options:-h, --help
              show this help message and exit

       --debug
              enable debug

       --no-vcd
              disable creating vcd

       --vcd VCD
              filename for vcd outpue

Name

       verilator_gantt - Create Gantt chart of multi-threaded execution.

See Also