← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Wed Dec 14 15:57:08 2022
Reported on Wed Dec 14 16:00:33 2022

Filename/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Package/Stash.pm
StatementsExecuted 14 statements in 447µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11156µs60µsPackage::Stash::::BEGIN@2Package::Stash::BEGIN@2
11137µs2.43msPackage::Stash::::BEGIN@12Package::Stash::BEGIN@12
11120µs27µsPackage::Stash::::BEGIN@10Package::Stash::BEGIN@10
11116µs16µsPackage::Stash::::BEGIN@4Package::Stash::BEGIN@4
1119µs119µsPackage::Stash::::BEGIN@3Package::Stash::BEGIN@3
1110s0sPackage::Stash::::__ANON__Package::Stash::__ANON__ (xsub)
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; # git description: v0.39-2-ga9a8cce
2240µs264µs
# spent 60µs (56+4) within Package::Stash::BEGIN@2 which was called: # once (56µs+4µs) by namespace::clean::BEGIN@16 at line 2
use strict;
# spent 60µs making 1 call to Package::Stash::BEGIN@2 # spent 4µs making 1 call to strict::import
3237µs2229µs
# spent 119µs (9+110) within Package::Stash::BEGIN@3 which was called: # once (9µs+110µs) by namespace::clean::BEGIN@16 at line 3
use warnings;
# spent 119µs making 1 call to Package::Stash::BEGIN@3 # spent 110µs making 1 call to warnings::import
4287µs116µs
# spent 16µs within Package::Stash::BEGIN@4 which was called: # once (16µs+0s) by namespace::clean::BEGIN@16 at line 4
use 5.008001;
# spent 16µs making 1 call to Package::Stash::BEGIN@4
5# ABSTRACT: Routines for manipulating stashes
6
710sour $VERSION = '0.40';
815µsour $IMPLEMENTATION;
9
103133µs334µs
# spent 27µs (20+7) within Package::Stash::BEGIN@10 which was called: # once (20µs+7µs) by namespace::clean::BEGIN@16 at line 10
use Module::Implementation 0.06;
# spent 27µs making 1 call to Package::Stash::BEGIN@10 # spent 7µs making 1 call to UNIVERSAL::VERSION # spent 0s making 1 call to Package::Stash::__ANON__
11
12
# spent 2.43ms (37µs+2.39) within Package::Stash::BEGIN@12 which was called: # once (37µs+2.39ms) by namespace::clean::BEGIN@16 at line 33
BEGIN {
13 local $ENV{PACKAGE_STASH_IMPLEMENTATION} = $IMPLEMENTATION
1410s if ( $IMPLEMENTATION and not $ENV{PACKAGE_STASH_IMPLEMENTATION} );
15
1619µs22.39ms Module::Implementation::build_loader_sub(
17 implementations => [ 'XS', 'PP' ],
18 symbols => [qw(
19 new
20 name
21 namespace
22 add_symbol
23 remove_glob
24 has_symbol
25 get_symbol
26 get_or_add_symbol
27 remove_symbol
28 list_all_symbols
29 get_all_symbols
30 )],
31 )->();
3216µs13µs $IMPLEMENTATION = Module::Implementation::implementation_for(__PACKAGE__);
# spent 3µs making 1 call to Module::Implementation::implementation_for
331130µs12.43ms}
# spent 2.43ms making 1 call to Package::Stash::BEGIN@12
34
35__END__
 
# spent 0s within Package::Stash::__ANON__ which was called: # once (0s+0s) by Package::Stash::BEGIN@10 at line 10
sub Package::Stash::__ANON__; # xsub