← Index
NYTProf Performance Profile   « block view • line view • sub view »
For /usr/bin/epoll_server.pl
  Run on Wed Jan 5 05:34:33 2011
Reported on Wed Jan 5 05:36:03 2011

File /usr/lib/perl5/vendor_perl/5.10.1/Epoll/root/templates/includes/locale_select.tt
Statements Executed 137
Statement Execution Time 1.29ms
Subroutines — ordered by exclusive time
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
211942µs2.82msTemplate::Document::::__ANON__[:36]Template::Document::__ANON__[:36]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 2.82ms (942µs+1.88) within Template::Document::__ANON__[/usr/lib/perl5/vendor_perl/5.10.1/Epoll/root/templates/includes/locale_select.tt:36] which was called 2 times, avg 1.41ms/call: # 2 times (942µs+1.88ms) by Template::Document::process at line 151 of Template/Document.pm, avg 1.41ms/call
<!-- $Id: locale_select.tt 459 2010-11-30 23:18:52Z misc $ -->
2252µs223µs[% langs = [ 'fr', 'de', 'it', 'nl' ] %]
# spent 23µs making 2 calls to Template::Stash::XS::set, avg 12µs/call
3444µs341µs<select name="[% varname || 'locale' %]">
# spent 34µs making 2 calls to Template::Stash::XS::get, avg 17µs/call # spent 7µs making 1 call to Template::Stash::undefined
423µs <option>C</option>
5[% FOREACH lang = langs.sort %]
68240µs16132µs <option[% " selected" IF locale == lang %]>[% lang | html %]</option>
# spent 132µs making 16 calls to Template::Stash::XS::get, avg 8µs/call
725µs[% END %]
81028µs</select>