How to Install and Uninstall gprof2dot.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "gprof2dot.noarch" package

Please follow the instructions below to install gprof2dot.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install gprof2dot.noarch

2. Uninstall "gprof2dot.noarch" package

Please follow the instructions below to uninstall gprof2dot.noarch on Fedora 39:

$ sudo dnf remove gprof2dot.noarch $ sudo dnf autoremove

3. Information about the gprof2dot.noarch package on Fedora 39

Last metadata expiration check: 5:50:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gprof2dot
Version : 1.0
Release : 0.21.D20220729git944151e0b4.fc39
Architecture : noarch
Size : 139 k
Source : gprof2dot-1.0-0.21.D20220729git944151e0b4.fc39.src.rpm
Repository : fedora
Summary : Generate dot graphs from the output of several profilers
URL : https://github.com/jrfonseca/gprof2dot
License : LGPLv3+
Description :
: This is a Python script to convert the output from prof, gprof, oprofile,
: Shark, AQtime, and python profilers into a dot graph. It has the following
: features:
:
: * can correctly parse C++ template function names
: * allows to prune nodes and edges below a certain threshold
: * uses an heuristic to propagate time inside mutually recursive functions
: * uses color efficiently to draw attention to hot-spots