Search results for "module:Devel::Profiler"
Devel::Profiler - a Perl profiler compatible with dprofpp
This module implements a Perl profiler that outputs profiling data in a format compatible with "dprofpp", Devel::DProf's profile analysis tool. It is meant to be a drop-in replacement for Devel::DProf. NOTE: If Devel::DProf works for your application...
SAMTREGAR/Devel-Profiler-0.04 - 10 Jun 2002 21:23:49 UTC
POE::Devel::Profiler - profiles POE programs
This module profiles POE programs, in the same way the Devel::DProf family of modules do. Currently, POE::Devel::Profiler will profile the following: Program start/end Session create/destruction alarm_set delay_set signal alias_set yield/post/call fr...
APOCAL/POE-Devel-Profiler-0.02 - 18 Oct 2004 20:40:57 UTC
Devel::Profiler::Test - test support library for Devel::Profiler
This is a test support library for Devel::Profiler. It's probably only useful inside Devel::Profiler's test scripts, but you never know!...
SAMTREGAR/Devel-Profiler-0.04 - 10 Jun 2002 21:23:49 UTC
Devel::Profiler::Apache - Hook Devel::Profiler into mod_perl
The Devel::Profiler::Apache module will run a Devel::Profiler profiler inside each child server and write the *tmon.out* file in the directory *$ServerRoot/logs/profiler/$$* when the child is shutdown. The next time the parent server pulls in Devel::...
SAMTREGAR/Devel-Profiler-0.04 - 10 Jun 2002 21:23:49 UTC
Devel::Profiler::Plugins::Template - gather tmon.out data for Template Toolkit templates
"Devel::Profiler::Plugins::Template" wraps various Template Toolkit calls in such a way that they are captured by Devel::Profiler and added to "tmon.out", thus making them visible through "dprofpp". much hackery is involved, so it's not guaranteed to...
GEOFF/Devel-Profiler-Plugins-Template-0.01 - 19 Jun 2007 18:37:12 UTC
Devel::KYTProf::Profiler::Redis::Fast - KYTProf profiler for Redis::Fast
Devel::KYTProf::Profiler::Redis::Fast is KYTProf profiler for Redis::Fast....
FUJIWARA/Devel-KYTProf-Profiler-Redis-Fast-0.01 - 06 May 2019 16:26:07 UTC
Devel::KYTProf::Profiler::Fluent::Logger - KYTProf profiler for Fluent::Logger
Devel::KYTProf::Profiler::Fluent::Logger is KYTProf profiler add on for Fluent::Logger....
FUJIWARA/Devel-KYTProf-Profiler-Fluent-Logger-0.02 - 06 May 2019 15:06:24 UTC
Devel::KYTProf::Profiler::AWS::CLIWrapper - KYTProf prolifer for AWS::CLIWrapper
Devel::KYTProf::Profiler::AWS::CLIWrapper is KYTProf profiler for AWS::CLIWrapper....
PAPIX/Devel-KYTProf-Profiler-AWS-CLIWrapper-0.01 - 25 Jun 2019 13:18:31 UTC
Devel::Profiler::Plugins::Template::Context - Devel::Profiler hooks for INCLUDE and PROCESS
this is the class that implements "PROCESS" and "INCLUDE" wrappers for Devel::Profiler and Template Toolkit. you probably want to see "Devel::Profiler::Plugins::Template" instead....
GEOFF/Devel-Profiler-Plugins-Template-0.01 - 19 Jun 2007 18:37:12 UTC
lib/POE/Devel/Profiler/Visualizer/BasicGraphViz.pm
APOCAL/POE-Devel-Profiler-0.02
-
18 Oct 2004 20:40:57 UTC
lib/Devel/KYTProf/Profiler/MogileFS/Client.pm
SONGMU/Devel-KYTProf-0.9994
-
07 Jan 2020 06:02:01 UTC
lib/POE/Devel/Profiler/Visualizer/BasicSummary.pm
APOCAL/POE-Devel-Profiler-0.02
-
18 Oct 2004 20:40:57 UTC
lib/Devel/KYTProf/Profiler/Cache/Memcached/Fast.pm
SONGMU/Devel-KYTProf-0.9994
-
07 Jan 2020 06:02:01 UTC
Devel::AutoProfiler - Automatically profile subroutine calls in a perl program.
The profiler module is completely automatic in its basic mode. You simply "use" the module at the top of you main script. The module will then automatically instrument all subroutines in the code, profile each subroutine call during the execution of ...
GSLONDON/Devel-AutoProfiler-1.200 - 18 Apr 2002 00:26:15 UTC
Devel::SimpleProfiler - quick and dirty perl code profiler
This is meant to be a simple way to get a performance benchmark for perl subs. It uses the fantastic Aspect module written by Adam Kennedy, Marcel Gruenauer and Ran Eilam to monkey patch select perl subs and gather statistics about them....
CANID/Devel-SimpleProfiler-1.0 - 09 Dec 2015 06:48:21 UTC
Devel::ContinuousProfiler - Ultra cheap profiling for use in production
This module automatically takes periodic snapshots of the callstack and prints reports of the hottest code. The CPU cost of doing the profiling work is automatically scaled to about 1/1024th the total. The report format: =<pid>= <process name> profil...
JJORE/Devel-ContinuousProfiler-0.12 - 11 Jun 2011 17:56:14 UTC