This is the command verilator_profcfunc that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
verilator_profcfunc - Read gprof report created with --profile-cfuncs
SYNOPSIS
verilator --profile-cfuncs ....
gcc --ggdb -pg ....
{run executable}
gprof
verilator_profcfuncs gprof.out
DESCRIPTION
Verilator_profcfunc reads a profile report created by gprof. The names of the functions
are then transformed, assuming the user used verilator's --profile-cfuncs, and a report
printed showing the percentage of time, etc, in each Verilog block.
ARGUMENTS
--help
Displays this message and program version and exits.
DISTRIBUTION
The latest version is available from <http://www.veripool.org/>.
Copyright 2007-2015 by Wilson Snyder. Verilator is free software; you can redistribute it
and/or modify it under the terms of either the GNU Lesser General Public License Version 3
or the Perl Artistic License Version 2.0.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>
Use verilator_profcfunc online using onworks.net services