r24706 - /trunk/libdevel-nytprof-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 29 00:28:20 UTC 2008


Author: gregoa
Date: Fri Aug 29 00:28:17 2008
New Revision: 24706

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24706
Log:
one more sentence in long description

Modified:
    trunk/libdevel-nytprof-perl/debian/control

Modified: trunk/libdevel-nytprof-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/control?rev=24706&op=diff
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/control (original)
+++ trunk/libdevel-nytprof-perl/debian/control Fri Aug 29 00:28:17 2008
@@ -15,10 +15,6 @@
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: perl source code profiler
  Devel::NYTProf is a powerful feature-rich perl source code 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.
  .
   * Performs per-line statement profiling for fine detail
   * Performs per-subroutine statement profiling for overview
@@ -38,3 +34,10 @@
   * 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.




More information about the Pkg-perl-cvs-commits mailing list