1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: kcachegrind
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Sune Vuorela <sune@debian.org>,
Fathi Boudra <fabo@debian.org>,
Modestas Vainius <modax@debian.org>,
George Kiagiadakis <kiagiadakis.george@gmail.com>,
Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake (>= 2.6~),
debhelper (>= 9),
kde-sc-dev-latest (>= 4:4.12),
kdelibs5-dev,
pkg-kde-tools (>= 0.12)
Standards-Version: 3.9.8
Homepage: http://www.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kcachegrind.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kcachegrind.git
Package: kcachegrind
Architecture: any
Section: devel
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: graphviz, valgrind
Suggests: kcachegrind-converters, khelpcenter
Description: visualisation tool for the Valgrind profiler
KCachegrind is a visualisation tool for the profiling data generated
by calltree, a memory profiling tool for valgrind. Any executable can be
profiled using calltree without being recompiled, including multi-threaded
applications, shared libraries, and plugins.
.
For visualising the output from profiling tools other than Valgrind, several
converters can be found in the kcachegrind-converters package.
.
This package is part of the KDE Software Development Kit module.
Package: qcachegrind
Architecture: any
Section: devel
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: graphviz, valgrind
Suggests: kcachegrind-converters, khelpcenter
Description: visualisation tool for the Valgrind profiler
QCachegrind is a visualisation tool for the profiling data generated
by calltree, a memory profiling tool for valgrind. Any executable can be
profiled using calltree without being recompiled, including multi-threaded
applications, shared libraries, and plugins.
.
For visualising the output from profiling tools other than Valgrind, several
converters can be found in the kcachegrind-converters package.
Package: kcachegrind-converters
Architecture: all
Section: devel
Depends: php-cli, python, ${misc:Depends}, ${perl:Depends}
Recommends: kcachegrind
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.
|