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.)
http://blog.timbunce.org/tag/nytprof/
67 stars 50 forks source link

Test for compression via NYTP_ZLIB_VERSION #171

Closed jkeenan closed 3 years ago

jkeenan commented 3 years ago

As suggested by Tinita in https://github.com/timbunce/devel-nytprof/issues/169, this should be a more precise test as to whether this build of perl/Devel-NYTProf can handle compressed data in profiles.

Hopefully this will resolve https://github.com/timbunce/devel-nytprof/issues/163 as well.

Signed-off-by: James E Keenan jkeenan@cpan.org

jkeenan commented 3 years ago

Merged and closed just now.

commit c7c98ce626dc14eba78d86d862b04c8136fc9ea0 (HEAD -> master, upstream/master, origin/master, origin/HEAD)
Merge: 6b9a3df cb9fc0d
Author:     James E Keenan <jkeenan@cpan.org>
AuthorDate: Fri Apr 30 17:17:47 2021
Commit:     James E Keenan <jkeenan@cpan.org>
CommitDate: Fri Apr 30 17:17:47 2021

    Merge branch 'gh-163-169-has-zlib'