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

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

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



Subject: most D:N:Data methods undocumented
Date: Tue, 20 Mar 2012 14:49:50 +0000
To: bug-Devel-NYTProf [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Most of Devel::NYTProf::Data is undocumented. For example, although it says how to list the subroutines defined in a particular file identified by numeric fid, it doesn't document enough to list all known subroutines. A list of all known fids can be produced cleanly by "map { $_->fid } $p->all_fileinfos", and that can be iterated to find subs from each file, but the all_fileinfos method is undocumented. -zefram
This is unlikely to be resolved soon. I'm reluctant to document the API as I know it is likely to change significantly in future (i.e. move to an SQLite based data model).