python-line-profiler 4.0.2-1build1 source package in Ubuntu

Changelog

python-line-profiler (4.0.2-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:26:12 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python 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_4.0.2.orig.tar.gz 62.4 KiB 4b10543d250ad900c2ab38d90d5e51aa7e645cd1e94842cda76706e486ba02b7
python-line-profiler_4.0.2-1build1.debian.tar.xz 6.0 KiB 7f357f4fa10c76d1ccf3658c468a676e9583ceb2888dfe60dfee68fe99c12d61
python-line-profiler_4.0.2-1build1.dsc 2.3 KiB be4fa4e8513918751edf0e46028dc88c9a2aae8873a66a5cd53ebcd34b43232a

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