← Index
NYTProf Performance Profile   « line view »
For ../dm5dm6_ex3
  Run on Mon Feb 23 08:36:56 2015
Reported on Mon Feb 23 08:37:02 2015

Filename/usr/lib/perl5/5.20.1/x86_64-linux-thread-multi/Tie/Hash/NamedCapture.pm
StatementsExecuted 5 statements in 152µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1117µs15µ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
1229µs224µs
# spent 15µs (7+8) within Date::Manip::Date::BEGIN@1 which was called: # once (7µs+8µs) by Date::Manip::Date::BEGIN@431 at line 1
use strict;
# spent 15µs making 1 call to Date::Manip::Date::BEGIN@1 # spent 8µs making 1 call to strict::import
2package Tie::Hash::NamedCapture;
3
41200nsour $VERSION = "0.09";
5
61200nsrequire XSLoader;
71123µs1117µsXSLoader::load(); # This returns true, which makes require happy.
# spent 117µs making 1 call to XSLoader::load
8
9__END__