← Index
NYTProf Performance Profile   « line view »
For svc/members/upsert
  Run on Tue Jan 13 11:50:22 2015
Reported on Tue Jan 13 12:09:48 2015

Filename/usr/lib/x86_64-linux-gnu/perl/5.20/Tie/Hash/NamedCapture.pm
StatementsExecuted 5 statements in 236µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11112µs23µ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
1247µs234µs
# spent 23µs (12+11) within Date::Manip::Date::BEGIN@1 which was called: # once (12µs+11µs) by Date::Manip::Date::BEGIN@428 at line 1
use strict;
# spent 23µs making 1 call to Date::Manip::Date::BEGIN@1 # spent 11µs making 1 call to strict::import
2package Tie::Hash::NamedCapture;
3
41300nsour $VERSION = "0.09";
5
61600nsrequire XSLoader;
71188µs1180µsXSLoader::load(); # This returns true, which makes require happy.
# spent 180µs making 1 call to XSLoader::load
8
9__END__