• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H09-May-2021-4,2682,999

demo/H09-May-2021-197131

lib/Devel/H09-May-2021-5,0061,963

t/H07-May-2022-6,5025,596

xt/H09-May-2021-477369

.gdbinitH A D23-Mar-20215.1 KiB196156

.gitignoreH A D04-May-2021458 4241

.indent.proH A D23-Mar-202120 54

.perltidyrcH A D23-Mar-20211.2 KiB3326

ChangesH A D09-May-202136.3 KiB938669

FileHandle.hH A D04-May-20216 KiB144107

FileHandle.xsH A D09-May-202141.3 KiB1,5661,249

HACKINGH A D04-May-202116.8 KiB377280

INSTALLH A D06-Apr-2021909 2619

MANIFESTH A D09-May-20214.8 KiB265264

META.jsonH A D09-May-20211.8 KiB7271

META.ymlH A D09-May-20211 KiB3938

Makefile.PLH A D09-May-202110.8 KiB329247

MemoryProfiling.podH A D06-Apr-20213.7 KiB9565

NYTProf.hH A D04-May-2021576 170

NYTProf.xsH A D09-May-2021191.6 KiB5,4474,037

README.mdH A D09-May-2021806 2817

ppport.hH A D04-May-2021194.9 KiB7,9093,381

slowops.hH A D23-Mar-20216.4 KiB152150

typemapH A D23-Mar-2021304 1210

README.md

1# Devel::NYTProf
2
3Devel::NYTProf is a powerful feature-rich source code profiler for Perl 5.
4
5[![Build Status](https://secure.travis-ci.org/timbunce/devel-nytprof.png)](http://travis-ci.org/timbunce/devel-nytprof)
6
7For more information see:
8
9* https://www.youtube.com/watch?v=T7EK6RZAnEA
10* http://www.slideshare.net/Tim.Bunce/nyt-prof-201406key
11* http://blog.timbunce.org/tag/nytprof/
12
13## DOWNLOAD AND INSTALLATION
14
15Download a release from CPAN using your favorite tool, such as cpanm.  Or else
16from https://metacpan.org/release/Devel-NYTProf and then unpack the tar.gz file.
17
18You're most welcome to contribute, in which case cloning or forking the git
19repo is a good place to start.
20
21To build and install, just incant the typical mantra:
22
23     perl Makefile.PL
24     make
25     make test
26     make install
27
28