python-line-profiler 2.1-2build1 source package in Ubuntu

Changelog

python-line-profiler (2.1-2build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:43:14 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-line-profiler_2.1.orig.tar.gz 27.2 KiB 5625157e76e1f70c237c7df07389b48028aa1b94ec630aaa5f094d5755bcaa76
python-line-profiler_2.1-2build1.debian.tar.xz 5.9 KiB 89d321277f911550b803a1c891e7b92f7d81716993a12a1a5e4db8576e3e9535
python-line-profiler_2.1-2build1.dsc 2.3 KiB 05b470058d495768193be13a371184dde7c9461862fde0172bb2acaa3aa2e44e

Available diffs

View changes file

Binary packages built by this source

python3-line-profiler: line-by-line profiling for Python

 LineProfiler can be given functions to profile, and it will time the execution
 of each individual line inside those functions. In a typical workflow, one
 only cares about line timings of a few functions because wading through the
 results of timing every single line of code would be overwhelming. However,
 LineProfiler does need to be explicitly told what functions to profile.
 .
 If you are using IPython, there is an implementation of an %lprun magic
 command which will let you specify functions to profile and a statement to
 execute.

python3-line-profiler-dbgsym: debug symbols for python3-line-profiler