NAME
Devel::Profiler::Plugins::Template::Context - Devel::Profiler hooks for INCLUDE and PROCESS
SYNOPSIS
use Devel::Profiler::Plugins::Template; # enable TT hooks
use Devel::Profiler; # required
my $tt = Template->new();
...
DESCRIPTION
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.
SEE ALSO
Devel::Profiler
, Devel::Profiler::Plugins::Template
AUTHOR
Geoffrey Young <geoff@modperlcookbook.org>
COPYRIGHT
Copyright (c) 2007, Geoffrey Young All rights reserved.
This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.