How to Install kcachegrind-converters in Ubuntu 18.04



Install kcachegrind-converters by entering the following commands in the terminal:

sudo apt update
sudo apt install kcachegrind-converters

Description:

format converters for KCachegrind profiler visualisation tool

This is a collection of scripts for converting the output from several different profiling tools into a format that KCachegrind can display. . KCachegrind is a visualisation tool for the profiling data generated by calltree, a memory profiling tool for valgrind. Executables can be profiled using calltree without being recompiled, including multi-threaded applications, shared libraries, and plugin architectures. . The included scripts are: . * dprof2calltree: converts the tmon.out output of Perl's Devel::DProf package * hotshot2calltree: converts the pstat output of the hotshot Python profiler * memprof2calltree: converts the memory profiles of memprof * op2calltree: converts the OProfile's output of "opreport -gdf" (v 0.8) * pprof2calltree: converts the pprof output from APD . This package is part of the KDE Software Development Kit module.

Homepage: http://www.kde.org/

Version: 4:17.12.3-0ubuntu1

Section: universe/devel