austin 1.0.1-2 source package in Ubuntu

Changelog

austin (1.0.1-2) unstable; urgency=medium

  Enhanced test sources. Closes: #962001.

 -- Gabriele N. Tornetta <email address hidden>  Fri, 05 Jun 2020 17:24:00 +0100

Upload details

Uploaded by:
Gabriele N. Tornetta
Uploaded to:
Sid
Original maintainer:
Gabriele N. Tornetta
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
austin_1.0.1-2.dsc 1.8 KiB 97bc86fa124312a531078150f9ad4fb3eb365320644de98ccb5ec421468da41b
austin_1.0.1.orig.tar.gz 2.1 MiB 6f51c2588788541d5adfef06d14c46bb146f86533497153cd46f5b74c0dbdec3
austin_1.0.1-2.debian.tar.xz 7.4 KiB 2d6962cd174c6908c8c112b175911ca4a739fe61604f20b656b34f2ef5a94c8c

Available diffs

No changes file available.

Binary packages built by this source

austin: Frame stack sampler for CPython

 Austin is a Python frame stack sampler for CPython written in pure C. It
 samples the stack traces of a Python application so that they can be visualised
 and analysed. As such, it serves the basis for building powerful profilers for
 Python.
 .
 The most interesting use of Austin is probably in conjunction with FlameGraph
 to profile Python applications while they are running, without the need of
 instrumentation. This means that Austin can be used on production code with
 little or even no impact on performance.

austin-dbgsym: debug symbols for austin