python-yappi 1.4.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Thomas Goirand <email address hidden>  Mon, 14 Nov 2022 17:04:06 +0100

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

Downloads

File Size SHA-256 Checksum
python-yappi_1.4.0-1.dsc 2.0 KiB d6e90792780a339fe56cba214a2792cecb8b74a8bd5eb13534cb0bacc8219909
python-yappi_1.4.0.orig.tar.xz 811.8 KiB 80c5cc0b3c2d9df1ab00c59c9188a15ff3a14c9399ffe92d729f8d18cd6d1842
python-yappi_1.4.0-1.debian.tar.xz 2.8 KiB 9c678933a3ab7c24f033895b901442ef7d37822a892731efd232f3507cfdcf60

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