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

The example for this is also in this file: https://dl.dropboxusercontent.com/u/10190786/xs_sub_methods.zip Specifically at line 62 in xs_sub_methods/nytprof/Sub-Defer-pm-32-line.html there is an anon sub whose lines are being tracked as executed, which however...

stalled

Migrated from [rt.cpan.org#88608](https://rt.cpan.org/Ticket/Display.html?id=88608) (status was 'new') Requestors: - [email protected] From [email protected] on 2013-09-11 09:52:12: ``` The flame graphs (very useful btw.) already ignore the time spent in DB::finish_profile, but the...

enhancement

I'm getting a panic when I try to parse an nytprof.out file with nytprofcalls (via nytprofhtml). This is the last few lines of output from nytprofcalls -d nytprof.out.1026: ``` <...

Here's an archive with an example script, a profile run of it, and the nytprofhtml analysis: https://dl.dropboxusercontent.com/u/10190786/xs_sub_methods.zip Of note is that the calls for ->timings each have a count of...

Would be very useful for detailed comparison of versions, or environments.

enhancement

Migrated from [rt.cpan.org#81096](https://rt.cpan.org/Ticket/Display.html?id=81096) (status was 'open') Requestors: - [email protected] From [email protected] on 2012-11-10 20:32:55: ``` NYTProf provides average time per call in its reports, like so: # spent 31.1ms (2.60+28.5)...

enhancement

Migrated from [rt.cpan.org#75916](https://rt.cpan.org/Ticket/Display.html?id=75916) (status was 'stalled') Requestors: - [email protected] From [email protected] on 2012-03-20 15:06:03: ``` After merging a small group of nytprof.out files using nytprofmerge, reading the merged file using...

stalled

Migrated from [rt.cpan.org#60950](https://rt.cpan.org/Ticket/Display.html?id=60950) (status was 'open') Requestors: - [email protected] From [email protected] on 2010-09-01 19:15:44: ``` Greetings, We have just tried to profile our application that uses Coro package and got...

enhancement

Migrated from [rt.cpan.org#83381](https://rt.cpan.org/Ticket/Display.html?id=83381) (status was 'new') Requestors: - [email protected] From [email protected] on 2013-02-16 22:54:46: ``` NYTProf already 'hides' calls to the accept() builtin. It would be nice to extend this...

enhancement

Migrated from [rt.cpan.org#75917](https://rt.cpan.org/Ticket/Display.html?id=75917) (status was 'new') Requestors: - [email protected] From [email protected] on 2012-03-20 15:33:36: ``` Devel::NYTProf only records timings from one clock at a time. (It's nice that that's configurable,...

enhancement