devel-nytprof icon indicating copy to clipboard operation
devel-nytprof copied to clipboard

most D:N:Data methods undocumented [rt.cpan.org #75914]

Open timbunce opened this issue 10 years ago • 0 comments

Migrated from rt.cpan.org#75914 (status was 'stalled')

Requestors:

From [email protected] on 2012-03-20 14:50:01:

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

From [email protected] on 2012-03-22 16:15:09:

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).

timbunce avatar Feb 22 '15 13:02 timbunce