NAME
Plack::Middleware::Profiler::KYTProf - Profile psgi app with KYTProf
SYNOPSIS
builder {
enable "Plack::Middleware::Profiler::KYTProf";
$app;
};
DESCRIPTION
Plack::Middleware::Profiler::KYTProf is the PSGI app profiler. Use logger, enable_profile and threshold option in production environment.
Use profiles if you need application specific profiling. See the sample profile Plack::Middleware::Profiler::KYTProf::Profile::DefaultProfile.
SOURCE AVAILABILITY
This source is in Github:
http://github.com/dann/p5-plack-middleware-profiler-kytprof
CONTRIBUTORS
Many thanks to:
AUTHOR
Dann <techmemo@gmail.com>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.