← Index
NYTProf Performance Profile   « line view »
For ../dm5dm6_ex3
  Run on Tue Feb 24 07:41:47 2015
Reported on Tue Feb 24 07:41:51 2015

Filename/usr/lib/perl5/5.20.1/x86_64-linux-thread-multi/Tie/Hash/NamedCapture.pm
StatementsExecuted 5 statements in 155µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1117µs16µsDate::Manip::Date::::BEGIN@1Date::Manip::Date::BEGIN@1
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1230µs224µs
# spent 16µs (7+9) within Date::Manip::Date::BEGIN@1 which was called: # once (7µs+9µs) by Date::Manip::Date::BEGIN@431 at line 1
use strict;
# spent 16µs making 1 call to Date::Manip::Date::BEGIN@1 # spent 9µs making 1 call to strict::import
2package Tie::Hash::NamedCapture;
3
41200nsour $VERSION = "0.09";
5
61100nsrequire XSLoader;
71125µs1120µsXSLoader::load(); # This returns true, which makes require happy.
# spent 120µs making 1 call to XSLoader::load
8
9__END__