python-line-profiler 2.1-3build2 source package in Ubuntu

Changelog

python-line-profiler (2.1-3build2) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 22:00:09 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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-3build2.debian.tar.xz 6.6 KiB 79f190010da74d85728ceb0d7b54f2b38c4d8bb236c4385b057701ad9b8bbc1c
python-line-profiler_2.1-3build2.dsc 2.3 KiB 23997c37131f4c51624ecdf1faf3210158f20bcdf38b2be23352936853585d10

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