libdevel-nytprof-perl 6.12+dfsg-1 source package in Ubuntu

Changelog

libdevel-nytprof-perl (6.12+dfsg-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Add lib/Devel/NYTProf/js/jit/jit-yc.js to Files-Excluded in
    debian/copyright. The file contains minified Javascript and is not
    referenced anywhere (except in MANIFEST.)

  * Import upstream version 6.12+dfsg.
  * Declare compliance with Debian Policy 4.6.2.
  * Update years of packaging copyright.
  * Add some lintian overrides around lib/Devel/NYTProf/js/jit/jit.js.

 -- gregor herrmann <email address hidden>  Thu, 22 Dec 2022 18:39:24 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-nytprof-perl_6.12+dfsg-1.dsc 2.6 KiB fce145e8b88cd5bf9c877ad9dbbafc3911a4bd6d044101efec838894d6ab263e
libdevel-nytprof-perl_6.12+dfsg.orig.tar.xz 339.4 KiB f5554f4271af712e7ea2e50205ba6dbe99bc41bd3da3dc8181404cdf04364ac3
libdevel-nytprof-perl_6.12+dfsg-1.debian.tar.xz 14.2 KiB 6fe1e86d493c6f7c43295b96d42d8c7f138ac816a55e7d1c59e99bdd751c5ddb

No changes file available.

Binary packages built by this source

libdevel-nytprof-perl: Perl statement and subroutine code profiler

 Devel::NYTProf is a powerful feature-rich perl source code profiler.
 .
  * Performs per-line statement profiling for fine detail
  * Performs per-subroutine statement profiling for overview
  * Performs per-block statement profiling (the first profiler to do so)
  * Accounts correctly for time spent after calls return
  * Performs inclusive and exclusive timing of subroutines
  * Subroutine times are per calling location (a powerful feature)
  * Can profile compile-time activity, just run-time, or just END time
  * Uses novel techniques for efficient profiling
  * Sub-microsecond (100ns) resolution on systems with clock_gettime()
  * Very fast - the fastest statement and subroutine profilers for
    perl
  * Handles applications that fork, with no performance cost
  * Immune from noise caused by profiling overheads and I/O
  * Program being profiled can stop/start the profiler
  * Generates richly annotated and cross-linked html reports
  * Trivial to use with mod_perl - add one line to httpd.conf
  * Includes an extensive test suite
  * Tested on very large codebases
 .
 NYTProf is effectively two profilers in one: a statement profiler, and a
 subroutine profiler.
 .
 NYTProf stands for 'New York Times Profiler'. Indeed, this module was
 initially developed from Devel::FastProf by The New York Times Co. to help
 their developers quickly identify bottlenecks in large Perl applications.

libdevel-nytprof-perl-dbgsym: debug symbols for libdevel-nytprof-perl