python-yappi 1.0-1build2 source package in Ubuntu

Changelog

python-yappi (1.0-1build2) focal; urgency=medium

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:24:48 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian OpenStack
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
python-yappi_1.0.orig.tar.xz 639.9 KiB 72f1d1fb3e30f0616bc78a541a684da0e5302f2c56b425eca652ab8463f1cc20
python-yappi_1.0-1build2.debian.tar.xz 2.5 KiB de6685b10a42a767b707f40769fa45d35e2616163a75e447ab492df0296087c8
python-yappi_1.0-1build2.dsc 2.0 KiB c2f9585edab8d004602bebb2ebb7bac3a6de77efed255b92e23e4f4982e79edf

Available diffs

View changes file

Binary packages built by this source

python3-yappi: Yet Another Python Profiler - Python 3.x

 Yappi stands for Yet Another Python Profiler. It supports Multithread/CPU time
 profiling.
 .
 CPython standard distribution comes with three profilers. cProfile, Profile
 and hotshot. cProfile is implemented as a C module based on lsprof, Profile is
 in pure Python and hotshot can be seen as a small subset of a cProfile.
 .
 The major issue is that all of these profilers lack support for multi-threaded
 programs and CPU time.
 .
 If you want to profile a multi-threaded application, you must give an entry
 point to these profilers and then maybe merge the outputs. None of these
 profilers are designed to work on long-running multi-threaded application. It
 is impossible to profile an application retrieve the statistics then stop and
 then start later on the fly (without affecting the profiled application).
 .
 This package contains the Python 3.x module.

python3-yappi-dbgsym: No summary available for python3-yappi-dbgsym in ubuntu hirsute.

No description available for python3-yappi-dbgsym in ubuntu hirsute.