openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Devel::NYTProf
Settings
|
Report Duplicate
12
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 58 of 61
Search / Filter on:
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.
Tim Bunce
More...
over 16 years ago
More notes for HACKING... one idea and one problem.
Tim Bunce
More...
over 16 years ago
Order list of calls made by a statement by incl_time spent first then subname.
Tim Bunce
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
Tim Bunce
More...
over 16 years ago
Update the MANIFEST for the recently added files.
Steve Peters
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.
Steve Peters
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.
Steve Peters
More...
over 16 years ago
Notes regarding AutoLoader.
Steve Peters
More...
over 16 years ago
More cool ideas dumped into HACKING.
Tim Bunce
More...
over 16 years ago
More notes for HACKING...
Tim Bunce
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.
Adam Kaplan
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
Tim Bunce
More...
over 16 years ago
Quiet MANIFEST warnings from "make distclean".
Steve Peters
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.
Steve Peters
More...
over 16 years ago
Cleanup from a few warnings from stricter C compilers.
Steve Peters
More...
over 16 years ago
Addded level switching buttons to the index page
Tim Bunce
More...
over 16 years ago
Abstracted the interface to shift->{profile_modes} and used that to simplify other code.
Tim Bunce
More...
over 16 years ago
Simplfy level of detail button formatting and use it to replace the "per-$level" text.
Tim Bunce
More...
over 16 years ago
Add severity colors to subroutine table. Yeah!
Tim Bunce
More...
over 16 years ago
Simplified code using calculate_median_absolute_deviation.
Tim Bunce
More...
over 16 years ago
Moved calculate_median_absolute_deviation into ::Utils.
Tim Bunce
More...
over 16 years ago
Added mechanism for reporter to fire callback per-level. Used that to generate an index page per level.
Tim Bunce
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.
Tim Bunce
More...
over 16 years ago
Remove stray $DB::single=1;
Tim Bunce
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.
Tim Bunce
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.
Adam Kaplan
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).
Tim Bunce
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.
Tim Bunce
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.
Tim Bunce
More...
over 16 years ago
Added call count and incl_time to sub table, removed line range. Sort table by incl_time then subname.
Tim Bunce
More...
over 16 years ago
←
1
2
…
53
54
55
56
57
58
59
60
61
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree