File: control

package info (click to toggle)
austin 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,388 kB
  • sloc: ansic: 3,600; python: 1,498; javascript: 173; sh: 132; makefile: 23
file content (26 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: austin
Section: devel
Priority: optional
Maintainer: Gabriele N. Tornetta <phoenix1987@gmail.com>
Build-Depends: debhelper (>= 11~),
 bats,
 valgrind,
 python3 (>= 3.3)
Standards-Version: 4.4.0
Homepage: https://github.com/P403n1x87/austin
Vcs-Git: https://github.com/P403n1x87/austin
Vcs-Browser: https://github.com/P403n1x87/austin

Package: austin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.