python-yappi 1.4.0-2 source package in Ubuntu

Changelog

python-yappi (1.4.0-2) unstable; urgency=medium

  * Cleans better (Closes: #1047738).

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 14:19:46 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
python-yappi_1.4.0-2.dsc 2.0 KiB 573c1cfbfe4f6ac267a0589dbde3b89c32f8edf64a9ec44fab6f68a00928cacf
python-yappi_1.4.0.orig.tar.xz 811.8 KiB 80c5cc0b3c2d9df1ab00c59c9188a15ff3a14c9399ffe92d729f8d18cd6d1842
python-yappi_1.4.0-2.debian.tar.xz 2.9 KiB 7c9b2719ecf781f0ed12227190df6c4e189576fa1f129246924ddaf6071584d2

No changes file available.

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: debug symbols for python3-yappi