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

Last updated: October 05,2024

1. Install "gprof2dot.noarch" package

Please follow the guidance below to install gprof2dot.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install gprof2dot.noarch

2. Uninstall "gprof2dot.noarch" package

Please follow the step by step instructions below to uninstall gprof2dot.noarch on Fedora 34:

$ sudo dnf remove gprof2dot.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:59:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : gprof2dot
Version : 1.0
Release : 0.19.D20210221git8bafa3c346.fc34
Architecture : noarch
Size : 139 k
Source : gprof2dot-1.0-0.19.D20210221git8bafa3c346.fc34.src.rpm
Repository : updates
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