← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Thu Dec 15 15:23:56 2022
Reported on Thu Dec 15 15:27:03 2022

Filename/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Package/Stash.pm
StatementsExecuted 14 statements in 236µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11120µs22µsPackage::Stash::::BEGIN@2Package::Stash::BEGIN@2
11115µs4.40msPackage::Stash::::BEGIN@12Package::Stash::BEGIN@12
11111µs21µsPackage::Stash::::BEGIN@10Package::Stash::BEGIN@10
11110µs43µsPackage::Stash::::BEGIN@3Package::Stash::BEGIN@3
1117µs7µsPackage::Stash::::BEGIN@4Package::Stash::BEGIN@4
1111µs1µsPackage::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
2224µs224µs
# spent 22µs (20+2) within Package::Stash::BEGIN@2 which was called: # once (20µs+2µs) by namespace::clean::BEGIN@16 at line 2
use strict;
# spent 22µs making 1 call to Package::Stash::BEGIN@2 # spent 2µs making 1 call to strict::import
3215µs276µs
# spent 43µs (10+33) within Package::Stash::BEGIN@3 which was called: # once (10µs+33µs) by namespace::clean::BEGIN@16 at line 3
use warnings;
# spent 43µs making 1 call to Package::Stash::BEGIN@3 # spent 33µs making 1 call to warnings::import
4240µs17µs
# spent 7µs within Package::Stash::BEGIN@4 which was called: # once (7µs+0s) by namespace::clean::BEGIN@16 at line 4
use 5.008001;
# spent 7µs making 1 call to Package::Stash::BEGIN@4
5# ABSTRACT: Routines for manipulating stashes
6
710sour $VERSION = '0.40';
813µsour $IMPLEMENTATION;
9
10380µs331µs
# spent 21µs (11+10) within Package::Stash::BEGIN@10 which was called: # once (11µs+10µs) by namespace::clean::BEGIN@16 at line 10
use Module::Implementation 0.06;
# spent 21µs making 1 call to Package::Stash::BEGIN@10 # spent 9µs making 1 call to UNIVERSAL::VERSION # spent 1µs making 1 call to Package::Stash::__ANON__
11
12
# spent 4.40ms (15µs+4.39) within Package::Stash::BEGIN@12 which was called: # once (15µs+4.39ms) by namespace::clean::BEGIN@16 at line 33
BEGIN {
13 local $ENV{PACKAGE_STASH_IMPLEMENTATION} = $IMPLEMENTATION
1411µs if ( $IMPLEMENTATION and not $ENV{PACKAGE_STASH_IMPLEMENTATION} );
15
1616µs24.38ms 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 )->();
3214µs12µs $IMPLEMENTATION = Module::Implementation::implementation_for(__PACKAGE__);
# spent 2µs making 1 call to Module::Implementation::implementation_for
33163µs14.40ms}
# spent 4.40ms making 1 call to Package::Stash::BEGIN@12
34
35__END__
 
# spent 1µs within Package::Stash::__ANON__ which was called: # once (1µs+0s) by Package::Stash::BEGIN@10 at line 10
sub Package::Stash::__ANON__; # xsub