← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Wed Dec 14 15:33:55 2022
Reported on Wed Dec 14 15:40:03 2022

Filename/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Package/Stash.pm
StatementsExecuted 14 statements in 310µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11132µs36µsPackage::Stash::::BEGIN@2Package::Stash::BEGIN@2
11124µs1.85msPackage::Stash::::BEGIN@12Package::Stash::BEGIN@12
11118µs24µsPackage::Stash::::BEGIN@10Package::Stash::BEGIN@10
11111µs11µsPackage::Stash::::BEGIN@4Package::Stash::BEGIN@4
1118µs47µ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
2233µs240µs
# spent 36µs (32+4) within Package::Stash::BEGIN@2 which was called: # once (32µs+4µs) by namespace::clean::BEGIN@16 at line 2
use strict;
# spent 36µs making 1 call to Package::Stash::BEGIN@2 # spent 4µs making 1 call to strict::import
3221µs286µs
# spent 47µs (8+39) within Package::Stash::BEGIN@3 which was called: # once (8µs+39µs) by namespace::clean::BEGIN@16 at line 3
use warnings;
# spent 47µs making 1 call to Package::Stash::BEGIN@3 # spent 39µs making 1 call to warnings::import
4264µs111µs
# spent 11µs within Package::Stash::BEGIN@4 which was called: # once (11µs+0s) by namespace::clean::BEGIN@16 at line 4
use 5.008001;
# spent 11µs making 1 call to Package::Stash::BEGIN@4
5# ABSTRACT: Routines for manipulating stashes
6
711µsour $VERSION = '0.40';
812µsour $IMPLEMENTATION;
9
103111µs330µs
# spent 24µs (18+6) within Package::Stash::BEGIN@10 which was called: # once (18µs+6µs) by namespace::clean::BEGIN@16 at line 10
use Module::Implementation 0.06;
# spent 24µs making 1 call to Package::Stash::BEGIN@10 # spent 6µs making 1 call to UNIVERSAL::VERSION # spent 0s making 1 call to Package::Stash::__ANON__
11
12
# spent 1.85ms (24µs+1.83) within Package::Stash::BEGIN@12 which was called: # once (24µs+1.83ms) 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
16112µs21.83ms 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 )->();
3215µs12µs $IMPLEMENTATION = Module::Implementation::implementation_for(__PACKAGE__);
# spent 2µs making 1 call to Module::Implementation::implementation_for
33161µs11.85ms}
# spent 1.85ms 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