devel-nytprof icon indicating copy to clipboard operation
devel-nytprof copied to clipboard

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.)

Results 65 devel-nytprof issues
Sort by recently updated
recently updated
newest added

When building Devel-NYTProf on quadmath builds on Linux, build-time warnings are generated. Excerpt: ``` # config_args: -Dusethreads -Dusequadmath $ quadperl Makefile.PL Looking for header files and functions... Found clock_gettime in...

build-time-warnings

Migrated from [rt.cpan.org#75914](https://rt.cpan.org/Ticket/Display.html?id=75914) (status was 'stalled') Requestors: - [email protected] From [email protected] on 2012-03-20 14:50:01: ``` Most of Devel::NYTProf::Data is undocumented. For example, although it says how to list the subroutines...

stalled
documentation

Migrated from [rt.cpan.org#75915](https://rt.cpan.org/Ticket/Display.html?id=75915) (status was 'open') Requestors: - [email protected] From [email protected] on 2012-03-20 15:00:54: ``` When I've captured data with stmts=1, I get a warning when examining it with Devel::NYTProf::Data:...

stalled

I get a lot of Use of uninitialized value in concatenation (.) or string at /usr/local/bin/nytprofcg line 103 after running nytprofcg -f file.nytp This happens on any version of NYTProf....

stalled

57% ... Can't call method "inc" on an undefined value at /home/utils/perl-5.14/5.14.1-nothreads-64/lib/site_perl/5.14.1/x86_64-linux/Devel/NYTProf/FileInfo.pm line 430.

stalled

quickly failed to install using cpanm via the error in title. Switching over to manual install (cpanm --look Devel::NYTProf), the tests ran successfully after removing the '-fstack-protector-strong' flag from the...

stalled

I'm trying to build using perl 5.26.2 built by [conda-forge](https://github.com/conda-forge/perl-feedstock/blob/master/recipe/build.sh) and everything goes smoothly except that the results I get for test62-subcaller1 are missing the line for Exporter.pm in a...

test suite hypersensitivity

CPANtesters reports indicate that what, before Devel-NYTProf-6.07, was `t/test62-subcaller1.t` (and what is now `t/test62-subcaller1-a.t`) can experience test failures on older versions of Strawberry Perl. Here is output from a [report...

Windows
test suite hypersensitivity

On older versions of Perl (5.8.9 thru 5.12.5), on FreeBSD and Linux, t/test14.t is failing like this: ``` # Failed test 'test14.rdt match generated profile data for blocks=1 calls=0 compress=0...

test suite hypersensitivity

In `Makefile.PL` there are [3 targets](https://github.com/timbunce/devel-nytprof/blob/master/Makefile.PL#L263) which assume that we're still using Subversion for version control. ``` svnmanifest:: svn list -R .@HEAD | sort | grep -v '/$$' > MANIFEST...

volunteer wanted