← Index
NYTProf Performance Profile   « line view »
For ../prof.pl
  Run on Wed Dec 14 16:10:05 2022
Reported on Wed Dec 14 16:12:58 2022

Filename/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Package/Stash.pm
StatementsExecuted 14 statements in 244µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11120µs23µsPackage::Stash::::BEGIN@2Package::Stash::BEGIN@2
11117µs1.75msPackage::Stash::::BEGIN@12Package::Stash::BEGIN@12
11110µs14µsPackage::Stash::::BEGIN@10Package::Stash::BEGIN@10
1116µs6µsPackage::Stash::::BEGIN@4Package::Stash::BEGIN@4
1114µs31µsPackage::Stash::::BEGIN@3Package::Stash::BEGIN@3
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
2225µs226µs
# spent 23µs (20+3) within Package::Stash::BEGIN@2 which was called: # once (20µs+3µs) by namespace::clean::BEGIN@16 at line 2
use strict;
# spent 23µs making 1 call to Package::Stash::BEGIN@2 # spent 3µs making 1 call to strict::import
3215µs258µs
# spent 31µs (4+27) within Package::Stash::BEGIN@3 which was called: # once (4µs+27µs) by namespace::clean::BEGIN@16 at line 3
use warnings;
# spent 31µs making 1 call to Package::Stash::BEGIN@3 # spent 27µs making 1 call to warnings::import
4239µs16µs
# spent 6µs within Package::Stash::BEGIN@4 which was called: # once (6µs+0s) by namespace::clean::BEGIN@16 at line 4
use 5.008001;
# spent 6µs making 1 call to Package::Stash::BEGIN@4
5# ABSTRACT: Routines for manipulating stashes
6
710sour $VERSION = '0.40';
813µsour $IMPLEMENTATION;
9
10375µs318µs
# spent 14µs (10+4) within Package::Stash::BEGIN@10 which was called: # once (10µs+4µs) by namespace::clean::BEGIN@16 at line 10
use Module::Implementation 0.06;
# spent 14µs making 1 call to Package::Stash::BEGIN@10 # spent 3µs making 1 call to UNIVERSAL::VERSION # spent 1µs making 1 call to Package::Stash::__ANON__
11
12
# spent 1.75ms (17µs+1.73) within Package::Stash::BEGIN@12 which was called: # once (17µs+1.73ms) 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
1616µs21.73ms 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 )->();
3213µs12µs $IMPLEMENTATION = Module::Implementation::implementation_for(__PACKAGE__);
# spent 2µs making 1 call to Module::Implementation::implementation_for
33178µs11.75ms}
# spent 1.75ms 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