0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 13 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove undef id from debug output as to avoid warnings More... about 17 years ago
add in output_dir configuration option (plus docs) More... about 17 years ago
let's not install test files like Exporting.pm and script.pl - write and test them in /tmp More... about 17 years ago
you can't just no-op the entire profile_sub() call - these routines actually _do_ things. duh. next time, run _all_ the tests... More... about 17 years ago
try to update Changes with advances since 2002 More... about 17 years ago
add in $Devel::Profiler::COLLECT global switch, as well as apache and non-apache based tests/sample usages More... about 17 years ago
add in support for mod_perl 2.0 tagged repository with "pre-mp2-port" before commit More... about 17 years ago
after a long wait, finally update the tests to reflect recent changes in the Apache-Test interface... More... over 19 years ago
add a simple Apache::Registry test More... over 20 years ago
add check_count() useful for checking the number of calls to either a specific subroutine or everything caught by the profiler More... over 20 years ago
make sure tmon.out is always cleaned up if running under Apache-Test, tmon.out is t/tmon.out so the default 'make realclean' doesn't see it. More... over 20 years ago
updates for Apache-Test 1.05 we no longer need to explicitly add our build directories also, clarified the reason why PerlModule doesn't work More... over 20 years ago
use new plan_apache() function to plan tests minor test tweaks More... over 20 years ago
added plan_apache() to make help with planning multiple apache-based tests More... over 20 years ago
added support for autoloaded subroutines More... over 20 years ago
place mod_perl-specific directives in <IfModule> so the test suite doesn't blow up on non-mod_perl-enabled apache installations More... over 20 years ago
add Apache-Test stuff under t/ More... over 20 years ago
removed old Apache-Test files More... over 20 years ago
make Apache-Test 1.05 required, removing overridden behaviors clean minor bugs in Makefile.PL More... over 20 years ago
explicity use Apache - for some reason it's required for the test suite to run properly. it's not a bad practice, at any rate... More... over 20 years ago
initial Apache-Test support files More... over 20 years ago
Fixed bug in Devel::Profiler::Apache where caller() wasn't being overriden early enough to take effect. More... almost 22 years ago
- Fixed bug where exported subs could sneak around package_filter unless they were checked again in sub_filter. More... almost 22 years ago
Final changes for 0.03 More... almost 22 years ago
- Set required Perl version to 5.6.0 rather than 5.6.1. Testing needed. More... almost 22 years ago
A bug fix or two... More... almost 22 years ago
- Added hz option and code to scale output the hz. This should improve speed and smooth discrepencies between the accuracy of times() and Time::HiRes. More... almost 22 years ago
Final changes for 0.02 More... almost 22 years ago
Added package_filter option, tweaked around the edges of the docs More... almost 22 years ago
Fixed two bugs from cpan-testers More... almost 22 years ago