devel-nytprof
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.)
Migrated from [rt.cpan.org#84808](https://rt.cpan.org/Ticket/Display.html?id=84808) (status was 'new') Requestors: - [email protected] From [email protected] on 2013-04-23 13:45:33: ``` I'm not yet certain whose fault this is, but I'm submitting this anyway so that...
Migrated from [rt.cpan.org#65200](https://rt.cpan.org/Ticket/Display.html?id=65200) (status was 'open') Requestors: - [email protected] Attachments: - [trace4.txt](https://rt.cpan.org/Ticket/Attachment/888568/460574/trace4.txt) From [email protected] on 2011-01-27 22:57:46: ``` I wanted to profile an application suite running Apache 2 with mod_perl2...
I don't understand why no one else seems to be having this problem. I hope it's something simple. If I put PerlModule Devel::NYTProf::Apache in my apache config, apache won't start....
It seems that the "Run on" timestamp on the upper right corner of the main NYTProf report page tells you when Apache was last restarted, not when the code in...
Devel::NYTProf::Apache is operational as in /proc/fd// it shows the nytprof output files: lr-x------ 1 root root 64 Mar 12 11:43 0 -> /dev/null l-wx------ 1 root root 64 Mar 12...
In a [pending pull request](https://github.com/timbunce/devel-nytprof/pull/160) I extend the coverage which the test suite provides to `lib/Devel/NYTProf/FileInfo.pm`. As of this pull request, when I run `cover` (first with trace unset and...
Hello! I'm debugging a legacy perl program on OpenSolaris 10 with perl v5.8.8 built for i86pc-solaris-thread-multi, with Devel::NYTProf 5.06. It's running as an Fcgi program under apache 2.2.25. ``` nytprofhtml...
I released fb9f712 to cpan as Devel-NYTProf-5.06_80.tar.gz and got [this smoke report](http://www.cpantesters.org/cpan/report/828d870c-7491-1014-b2b1-a51038caeff4) ``` NYTProf.xs:343:35: error: invalid suffix "ui64" on integer constant unsigned __int64 time_frequency = 0ui64; ^ ``` there are...
I decided to look inside NYTProf on Win32, since Ive used it a couple times, but it has some dire warnings about it using Time::HiRes added in https://github.com/timbunce/devel-nytprof/commit/bc9145ae999fa4bc6670a6df852976b90884b5c9 , but...
From Leon in #p5p IRC: leont: timbunce_: issue in NYTProf: the flame graph produces invalid SVG on method names containing a double-quote, such as stringification overloading…