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
|
Source: pyprof2calltree
Section: devel
Priority: optional
Maintainer: Nicholas D Steeves <sten@debian.org>
Uploaders: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
dh-sequence-python3,
python3-docutils,
python3-flake8 <!nocheck>,
python3-isort <!nocheck>,
python3-pytest <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.0.1
Homepage: https://github.com/pwaller/pyprof2calltree
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/pyprof2calltree
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/pyprof2calltree.git
Testsuite: autopkgtest-pkg-python
# non-superficial autopkgtests have been manually configured
Package: pyprof2calltree
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Enhances: kcachegrind
Description: visualise Python cProfile data with this kcachegrind converter
Pyprof2calltree converts cProfile data into a format that is
consumable by kcachegrind and qcachegrind for graphical calltree
analysis. This combination provides similar capabilities to Snakeviz
or RunSnakeRun.
.
Pyprof2calltree is an adaptation of lsprofcalltree.py, written by David
Allouche, Jp Calderone, Itamar Shtull-Trauring, and Johan Dahlin. It
has been adapted to behave more like scripts in the kcachegrind-converters
package. One of the authors' objectives is for pyprof2calltree to
eventually become part of the official upstream kdesdk package.
|