austin 1.0.0-1 source package in Ubuntu

Changelog

austin (1.0.0-1) unstable; urgency=medium

  * Added support for multi-process Python applications
  * Added support for Python 3.8
  * Fixed support for WSL

 -- Gabriele N. Tornetta <email address hidden>  Sun, 20 Oct 2019 17:10: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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
austin_1.0.0-1.dsc 1.8 KiB 65fdc5d0de70e238d5b45dcc7a7660f9ef8bf0acaf8ece64bf09083dcff387c0
austin_1.0.0.orig.tar.gz 1.6 MiB 932cf305823983c1c42da7f8a5398e48e56170918a2cfc1d90cfb363ec1a761b
austin_1.0.0-1.debian.tar.xz 2.8 KiB a1889f894e7bf82ca592dfb04f13d4610ad9f4d041a078f9fddb0f349c653e2f

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