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: 75915
Status: resolved
Priority: 0/
Queue: devel-nytprof

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: "unknown invoking fid"
Date: Tue, 20 Mar 2012 15:00:35 +0000
To: bug-Devel-NYTProf [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
When I've captured data with stmts=1, I get a warning when examining it with Devel::NYTProf::Data: $ perl -MDevel::NYTProf::Data -lwe 'Devel::NYTProf::Data->new({filename=>"/tmp/nytprof.t10.out.30294"})' Reading /tmp/nytprof.t10.out.30294 Eval '(eval 2)' (fid 9, flags:viastmt,savesrc) has unknown invoking fid 10 Processing /tmp/nytprof.t10.out.30294 data Don't get this warning when capturing similar activity with stmts=0: $ perl -MDevel::NYTProf::Data -lwe 'Devel::NYTProf::Data->new({filename=>"/tmp/nytprof.t6.out.26875"})' Reading /tmp/nytprof.t6.out.26875 Processing /tmp/nytprof.t6.out.26875 data -zefram
This issue is documented in the TROUBLESHOOTING section of the docs. I'l leave this case open as there's a possible fix I'd like to try at some point.