← Index
NYTProf Performance Profile   « block view • line view • sub view »
For xt/tapper-mcp-scheduler-with-db-longrun.t
  Run on Tue May 22 17:18:39 2012
Reported on Tue May 22 17:22:36 2012

Filename/2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/Tie/Hash/NamedCapture.pm
StatementsExecuted 11 statements in 41µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22111µs11µsTie::Hash::NamedCapture::::TIEHASHTie::Hash::NamedCapture::TIEHASH
1112µs2µsTie::Hash::NamedCapture::::flagsTie::Hash::NamedCapture::flags (xsub)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Tie::Hash::NamedCapture;
2
31500nsour $VERSION = "0.06";
4
5# The real meat implemented in XS in universal.c in the core, but this
6# method was left behind because gv.c expects a Purl-Perl method in
7# this package when it loads the tie magic for %+ and %-
8
919µs12µsmy ($one, $all) = Tie::Hash::NamedCapture::flags();
# spent 2µs making 1 call to Tie::Hash::NamedCapture::flags
10
11
# spent 11µs within Tie::Hash::NamedCapture::TIEHASH which was called 2 times, avg 5µs/call: # once (7µs+0s) by English::BEGIN@148 at line 17 # once (4µs+0s) by English::BEGIN@148 at line 18
sub TIEHASH {
12621µs my ($pkg, %arg) = @_;
13 my $flag = $arg{all} ? $all : $one;
14 bless \$flag => $pkg;
15}
16
1714µs17µstie %+, __PACKAGE__;
# spent 7µs making 1 call to Tie::Hash::NamedCapture::TIEHASH
1812µs14µstie %-, __PACKAGE__, all => 1;
# spent 4µs making 1 call to Tie::Hash::NamedCapture::TIEHASH
19
2014µs1;
21
22__END__
 
# spent 2µs within Tie::Hash::NamedCapture::flags which was called: # once (2µs+0s) by English::BEGIN@148 at line 9
sub Tie::Hash::NamedCapture::flags; # xsub