← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 10:04:38 2014
Reported on Tue Jun 24 10:05:07 2014

Filename/usr/local/share/perl/5.14.2/Package/Stash.pm
StatementsExecuted 17 statements in 314µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11134µs34µsPackage::Stash::::BEGIN@10Package::Stash::BEGIN@10
11124µs717µsPackage::Stash::::BEGIN@17Package::Stash::BEGIN@17
11117µs28µsPackage::Stash::::BEGIN@15Package::Stash::BEGIN@15
11110µs10µsPackage::Stash::::BEGIN@2Package::Stash::BEGIN@2
1118µs11µsPackage::Stash::::BEGIN@8Package::Stash::BEGIN@8
1117µs12µsPackage::Stash::::BEGIN@9Package::Stash::BEGIN@9
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::MOP::Package::BEGIN@16 at line 4
BEGIN {
315µs $Package::Stash::AUTHORITY = 'cpan:DOY';
4130µs110µs}
# spent 10µs making 1 call to Package::Stash::BEGIN@2
5{
62900ns $Package::Stash::VERSION = '0.36';
7}
8222µs215µs
# spent 11µs (8+3) within Package::Stash::BEGIN@8 which was called: # once (8µs+3µs) by Class::MOP::Package::BEGIN@16 at line 8
use strict;
# spent 11µs making 1 call to Package::Stash::BEGIN@8 # spent 3µs making 1 call to strict::import
9222µs218µs
# spent 12µs (7+5) within Package::Stash::BEGIN@9 which was called: # once (7µs+5µs) by Class::MOP::Package::BEGIN@16 at line 9
use warnings;
# spent 12µs making 1 call to Package::Stash::BEGIN@9 # spent 5µs making 1 call to warnings::import
10277µs134µs
# spent 34µs within Package::Stash::BEGIN@10 which was called: # once (34µs+0s) by Class::MOP::Package::BEGIN@16 at line 10
use 5.008001;
# spent 34µs making 1 call to Package::Stash::BEGIN@10
11# ABSTRACT: routines for manipulating stashes
12
131100nsour $IMPLEMENTATION;
14
153112µs239µs
# spent 28µs (17+11) within Package::Stash::BEGIN@15 which was called: # once (17µs+11µs) by Class::MOP::Package::BEGIN@16 at line 15
use Module::Implementation 0.06;
# spent 28µs making 1 call to Package::Stash::BEGIN@15 # spent 11µs making 1 call to UNIVERSAL::VERSION
16
17
# spent 717µs (24+693) within Package::Stash::BEGIN@17 which was called: # once (24µs+693µs) by Class::MOP::Package::BEGIN@16 at line 38
BEGIN {
18319µs local $ENV{PACKAGE_STASH_IMPLEMENTATION} = $IMPLEMENTATION
19 if ( $IMPLEMENTATION and not $ENV{PACKAGE_STASH_IMPLEMENTATION} );
20
212690µs 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 )->();
3713µs $IMPLEMENTATION = Module::Implementation::implementation_for(__PACKAGE__);
# spent 3µs making 1 call to Module::Implementation::implementation_for
38123µs1717µs}
# spent 717µs making 1 call to Package::Stash::BEGIN@17
39
40
4112µs1;
42
43__END__