File: README.md

package info (click to toggle)
libdevel-nytprof-perl 6.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,552 kB
  • sloc: perl: 5,616; javascript: 4,033; ansic: 107; makefile: 23
file content (27 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Devel::NYTProf

Devel::NYTProf is a powerful feature-rich source code profiler for Perl 5.

[![Build Status](https://secure.travis-ci.org/timbunce/devel-nytprof.png)](http://travis-ci.org/timbunce/devel-nytprof)

For more information see:

* https://www.youtube.com/watch?v=T7EK6RZAnEA
* http://www.slideshare.net/Tim.Bunce/nyt-prof-201406key
* http://blog.timbunce.org/tag/nytprof/

## DOWNLOAD AND INSTALLATION

Download a release from CPAN using your favorite tool, such as cpanm.  Or else
from https://metacpan.org/release/Devel-NYTProf and then unpack the tar.gz file.

You're most welcome to contribute, in which case cloning or forking the git
repo is a good place to start.

To build and install, just incant the typical mantra:

     perl Makefile.PL
     make
     make test
     make install