Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the devel-nytprof CPAN distribution.

Report information
The Basics
Id: 35359
Status: resolved
Priority: 0/
Queue: devel-nytprof

People
Owner: Nobody in particular
Requestors: jacob.rideout [...] returnpath.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Error parsing large nytprof.out file
Date: Wed, 23 Apr 2008 18:31:15 -0400
To: <bug-devel-nytprof [...] rt.cpan.org>
From: "Jacob Rideout" <jacob.rideout [...] returnpath.net>
I have a large nytprof.out file which nytprofhtml and nytprofcsv cannot process. The script that generated the profile data is multithreaded. Nytprofhtml seems to work with small trivial scripts just fine on my system. $ ls -lh -rw-rw-r-- 1 jrideout jrideout 165M Apr 23 16:21 nytprof.out $ nytprofhtml Generating report... File id 43 not defined in file 'nytprof.out' at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread multi/Devel/NYTProf/Reader.pm line 93. $ nytprofcsv Generating CSV report... File id 43 not defined in file 'nytprof.out' at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Devel/NYTProf/Reader.pm line 93. Jacob RIDEOUT Software Engineer Return Path, Inc.
Subject: Re: [rt.cpan.org #35359] Error parsing large nytprof.out file
Date: Wed, 23 Apr 2008 23:47:18 +0100
To: Jacob Rideout via RT <bug-devel-nytprof [...] rt.cpan.org>
From: Tim Bunce <Tim.Bunce [...] pobox.com>
Show quoted text
> I have a large nytprof.out file which nytprofhtml and nytprofcsv > cannot process. The script that generated the profile data is > multithreaded.
NYTProf isn't thread-safe at the moment. Tim.
Docs updated to note that NYTProf isn't thread safe.