Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbunce/devel-nytprof
Devel::NYTProf is a powerful feature-rich source code profiler for Perl. (Mostly in maintenance mode, so PRs are much more likely to be acted upon than Issues.)
https://github.com/timbunce/devel-nytprof
perl profiler
Last synced: about 11 hours ago
JSON representation
Devel::NYTProf is a powerful feature-rich source code profiler for Perl. (Mostly in maintenance mode, so PRs are much more likely to be acted upon than Issues.)
- Host: GitHub
- URL: https://github.com/timbunce/devel-nytprof
- Owner: timbunce
- Created: 2012-12-26T21:03:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T22:44:38.000Z (about 1 year ago)
- Last Synced: 2024-09-02T03:43:46.929Z (4 months ago)
- Topics: perl, profiler
- Language: Perl
- Homepage: http://blog.timbunce.org/tag/nytprof/
- Size: 8.51 MB
- Stars: 67
- Watchers: 8
- Forks: 50
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Devel::NYTProf
Devel::NYTProf is a powerful feature-rich source code profiler for Perl 5.
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