12
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Major update to Devel::NYTProf docs. Updated README, mostly to remove duplicated information. More... over 16 years ago
More notes for HACKING... one idea and one problem. More... over 16 years ago
Order list of calls made by a statement by incl_time spent first then subname. More... over 16 years ago
Moved time spent and call count ahead of sub name to make them easier to read, and to be more consistent with the format used elsewhere More... over 16 years ago
Update the MANIFEST for the recently added files. More... over 16 years ago
Skip the AutoLoad tests on Perl 5.10 for now until I have a fix in place. While fixing that, add a test to include given/when and say just to make sure profiling for that is working OK. More... over 16 years ago
CXt_LOOP was removed from bleadperl and replaced with four new defines. Updated start_cop_of_context() to deal with this change. More... over 16 years ago
Notes regarding AutoLoader. More... over 16 years ago
More cool ideas dumped into HACKING. More... over 16 years ago
More notes for HACKING... More... over 16 years ago
test.pl: swapped backwards warning messages. NYTProf.xs: removed two warnings (one cast SV->AV*) another add 'l' to format arg. nytprofhtml: Added back to index links header for non-index pages. Links will return to the index page for the current profile mode. More... over 16 years ago
Removed old .v test related code. Added test for run_command being successful. Added subs option to disable collecting sub inclusive times. Regularized all options to use foo=atoi(value) format. Added t/test90-stress.p to hold nasty stress tests. Added a test to it for a problem I just discovered with Readonly module. Added t/test50-disable.rdt More... over 16 years ago
Quiet MANIFEST warnings from "make distclean". More... over 16 years ago
Core Perl change #4309 disabled OP_SETSTATE. Change #33072 removed the last remnants of it. Added defines to allow Perl to compile with or without it. More... over 16 years ago
Cleanup from a few warnings from stricter C compilers. More... over 16 years ago
Addded level switching buttons to the index page More... over 16 years ago
Abstracted the interface to shift->{profile_modes} and used that to simplify other code. More... over 16 years ago
Simplfy level of detail button formatting and use it to replace the "per-$level" text. More... over 16 years ago
Add severity colors to subroutine table. Yeah! More... over 16 years ago
Simplified code using calculate_median_absolute_deviation. More... over 16 years ago
Moved calculate_median_absolute_deviation into ::Utils. More... over 16 years ago
Added mechanism for reporter to fire callback per-level. Used that to generate an index page per level. More... over 16 years ago
Put both header dates on right and right aligned them. Clarified some table headings and wording. Removed bottom stats table on index page and merged stats with main index table. Made table heading and data padding the same. Lightened the table header grey and it border slightly. More... over 16 years ago
Remove stray $DB::single=1; More... over 16 years ago
Remove margin from header, which makes it look much smarter. Apply header to index page. Move header code to a function. More... over 16 years ago
Added ability to switch between any profile modes from any profile page. Current modes are 'block', 'line', and 'sub', however these can change arbitrarily without requirement any code in nytprofhtml to change. More... over 16 years ago
Added more inclusive time data to html report. Fixed line_calls_for_file() to return data after recent data restructuring. (Really need tests for these ::Data methods.) Refined removal of filename embedded in anon sub names (and documented why it doesn't work at the moment). More... over 16 years ago
Added incl_time to returned sub_caller data. So now you know how much time was spent inside a sub for each of the places that sub was called. More... over 16 years ago
Added total inclusive time spent in each sub to prologue block for that sub. Added inclusive time spent *per-call-location* (currently 0 because it needs xs & test changes) Fixed whitespace-matching indentation of call epilogue block. More... over 16 years ago
Added call count and incl_time to sub table, removed line range. Sort table by incl_time then subname. More... over 16 years ago