← Index
NYTProf Performance Profile   « line view »
For fastest.pl
  Run on Fri Jan 31 20:48:16 2014
Reported on Fri Jan 31 20:49:40 2014

Filename/opt/perl-5.18.1/lib/site_perl/5.18.1/Package/Stash.pm
StatementsExecuted 17 statements in 381µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11126µs921µsPackage::Stash::::BEGIN@17Package::Stash::BEGIN@17
11117µs17µsPackage::Stash::::BEGIN@10Package::Stash::BEGIN@10
11112µs22µsPackage::Stash::::BEGIN@15Package::Stash::BEGIN@15
11110µs10µsPackage::Stash::::BEGIN@2Package::Stash::BEGIN@2
11110µs14µsPackage::Stash::::BEGIN@9Package::Stash::BEGIN@9
1118µs24µsPackage::Stash::::BEGIN@8Package::Stash::BEGIN@8
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Package::Stash;
2
# spent 10µs within Package::Stash::BEGIN@2 which was called: # once (10µs+0s) by Class::Load::PP::BEGIN@9 at line 4
BEGIN {
316µs $Package::Stash::AUTHORITY = 'cpan:DOY';
4136µs110µs}
# spent 10µs making 1 call to Package::Stash::BEGIN@2
5{
62900ns $Package::Stash::VERSION = '0.36';
7}
8229µs239µs
# spent 24µs (8+15) within Package::Stash::BEGIN@8 which was called: # once (8µs+15µs) by Class::Load::PP::BEGIN@9 at line 8
use strict;
# spent 24µs making 1 call to Package::Stash::BEGIN@8 # spent 15µs making 1 call to strict::import
9235µs218µs
# spent 14µs (10+4) within Package::Stash::BEGIN@9 which was called: # once (10µs+4µs) by Class::Load::PP::BEGIN@9 at line 9
use warnings;
# spent 14µs making 1 call to Package::Stash::BEGIN@9 # spent 4µs making 1 call to warnings::import
10278µs117µs
# spent 17µs within Package::Stash::BEGIN@10 which was called: # once (17µs+0s) by Class::Load::PP::BEGIN@9 at line 10
use 5.008001;
# spent 17µs making 1 call to Package::Stash::BEGIN@10
11# ABSTRACT: routines for manipulating stashes
12
1310sour $IMPLEMENTATION;
14
153134µs232µs
# spent 22µs (12+10) within Package::Stash::BEGIN@15 which was called: # once (12µs+10µs) by Class::Load::PP::BEGIN@9 at line 15
use Module::Implementation 0.06;
# spent 22µs making 1 call to Package::Stash::BEGIN@15 # spent 10µs making 1 call to UNIVERSAL::VERSION
16
17
# spent 921µs (26+895) within Package::Stash::BEGIN@17 which was called: # once (26µs+895µs) by Class::Load::PP::BEGIN@9 at line 38
BEGIN {
181100ns local $ENV{PACKAGE_STASH_IMPLEMENTATION} = $IMPLEMENTATION
19 if ( $IMPLEMENTATION and not $ENV{PACKAGE_STASH_IMPLEMENTATION} );
20
21113µs2892µs Module::Implementation::build_loader_sub(
# spent 868µs making 1 call to Module::Implementation::__ANON__[Module/Implementation.pm:47] # spent 25µs making 1 call to Module::Implementation::build_loader_sub
22 implementations => [ 'XS', 'PP' ],
23 symbols => [qw(
24 new
25 name
26 namespace
27 add_symbol
28 remove_glob
29 has_symbol
30 get_symbol
31 get_or_add_symbol
32 remove_symbol
33 list_all_symbols
34 get_all_symbols
35 )],
36 )->();
3715µs12µs $IMPLEMENTATION = Module::Implementation::implementation_for(__PACKAGE__);
# spent 2µs making 1 call to Module::Implementation::implementation_for
38139µs1921µs}
# spent 921µs making 1 call to Package::Stash::BEGIN@17
39
40
4114µs1;
42
43__END__