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

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 17:54:46 +0000

Upload details

Uploaded by:
Graham Inggs
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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-line-profiler_4.1.2.orig.tar.gz 98.2 KiB a1f3458c1dd1bf4b2d1d2657b78225f4e4e9046a1841f18cf528f01ebd3d5f43
python-line-profiler_4.1.2-1build1.debian.tar.xz 6.2 KiB 521f0bee6fc24793faf5bd8ab8fea5543d6730bd2c6c7c0a7aa7df881f95fe7a
python-line-profiler_4.1.2-1build1.dsc 2.4 KiB 0c878ddab0ee3121cfd76931706fef2076452a3dc19ddb5e73014c5089f97f09

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