← Index
NYTProf Performance Profile   « block view • line view • sub view »
For t/app_dpath.t
  Run on Tue Jun 5 15:25:28 2012
Reported on Tue Jun 5 15:26:05 2012

Filename/home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/Tie/Hash/NamedCapture.pm
StatementsExecuted 5 statements in 1.11ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11173µs90µsEnglish::::BEGIN@1English::BEGIN@1
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
12202µs2107µs
# spent 90µs (73+17) within English::BEGIN@1 which was called: # once (73µs+17µs) by English::BEGIN@148 at line 1
use strict;
# spent 90µs making 1 call to English::BEGIN@1 # spent 17µs making 1 call to strict::import
2package Tie::Hash::NamedCapture;
3
412µsour $VERSION = "0.08";
5
611µsrequire XSLoader;
71906µs1861µsXSLoader::load(); # This returns true, which makes require happy.
# spent 861µs making 1 call to XSLoader::load
8
9__END__