12
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged sub_caller (sub-called-from-where) data when collapsing anon subs created within evals. Added LIMITATIONS note that subroutine exclusive time is not (currently) available. Change "Time" column to "Exclusive Time" for statement-timing based reports. More... over 16 years ago
Having hundreds of sub names like "PPI::Node::__ANON__[(eval 286)[PPI/Node.pm:642]:4]" isn't very useful... So now we merge then into ...[(eval 0)... (Needs more work to do the right thing with sub_caller data.) More... over 16 years ago
Add const char * typemap to keep perl 5.6 happy http://www.nntp.perl.org/group/perl.cpan.testers/2008/07/msg1880267.html More... over 16 years ago
Quiet the MANIFEST warnings. More... over 16 years ago
Skip failing test on Cygwin. I'm guessing its due to not having an fpurge(). More... over 16 years ago
Fix up some edge cases in the data methods. More... over 16 years ago
Expanded object model further. Fixed links to subs, including anon subs declared in evals. More... over 16 years ago
Removed image files and related css. More... over 16 years ago
Added generation of an index-subs.html page listing all subs. Added link to same on main index page. More... over 16 years ago
Enabled subs_defined_in_file to return subs defined in all files. Added table of top 15 subs to index page. Made get_alternation_regex() more flexible. Now only shows "Jump to file" pulldown if there are over 30 files. Added captions to tables. More... over 16 years ago
Updated docs for subs_defined_in_file(). Added 'Callers' summary info to subs table, but then disabled it as it's misleading till eval fids can be merged. More... over 16 years ago
Switched over to using objects for sub_info. More... over 16 years ago
Ensure sub_subinfo & sub_callers always present in profile, even if empty. Expand ::ProfSub class. More... over 16 years ago
Shorten file paths on index page by removing @INC prefixes. Speed up reporting by adding caching to subs_defined_in_file. Tidy up the footer. More... over 16 years ago
Added a footer (in grey with links) to html report pages. Moved a 'bug' relating to test failures on perl5.6.2 into README. Tweaked history/background docs and added them to nytprofhtml. Avoid a divide by zero errors if no files in report. More... over 16 years ago
Switch back toa single index.html but with links to line + block + sub views of each file. More... over 16 years ago
Fix test count More... over 16 years ago
Test change omitted from previous change. More... over 16 years ago
Normalize eval sequence numbers in sub names. (Something about the cpan testers config is causing an extra eval to happen, so some tests failed for cpan testers.) More... over 16 years ago
Major new feature to address two significant problems: More... over 16 years ago
Added start of opcode hooks to handle 'leave' type ops. (This mechanism should fix the problem where time spent in the remainder of a statement that called a sub gets allocated to the last statement executed in that sub. Will probably also be a key part in fixing the problem that in mod_perl the time spent waiting for the next request gets allocated to the last statement that handled the previous request.) More... over 16 years ago
Added dist config to Makefile.PL so "make dist" does clean+distcheck+disttest+tardist Tidied some whitespace. (Adam's use of 2-column tabs regularly drives me crazy!) Uploaded this version to cpan as 1.90_1 (developer release, won't be indexed). More... over 16 years ago
Updated t/test90-stress.p and related notes. More... over 16 years ago
Bumped version to 1.90 - will make developers release as 1.90_1 soon (Full release will be 2.00) Changed links from http://search.cpan.org/~akaplan/Devel-NYTProf for permalink http://search.cpan.org/dist/Devel-NYTProf/ Disable t/test90-stress.p for non-developers and added notes about likely cause. More... over 16 years ago
Added mechanism to delete profile data for the internals of library files. So test14 should no longer fail due to differences between versions. Also expanded and started using the ::ProfFile and ::ProfSub classes. More... over 16 years ago
Bless fid_fileinfo and sub_subinfo refs into classes. Add way for class to affect what gets dumped. Remove last vestige of allowfork. Refactor parts of strip_prefix_from_paths into some new subs. More... over 16 years ago
Change XS test from using inet_aton to pack_sockaddr_un to avoid network traffic and risk of long delays. More... over 16 years ago
Added warning if any of PERL5DB PERL5OPT PERL_UNICODE PERLIO env vars are set More... over 16 years ago
More notes for HACKING More... over 16 years ago
More ideas for HACKING More... over 16 years ago